1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-23 12:57:45 +00:00
astra/launcher/tablet/src/tabletinterface.cpp

8 lines
214 B
C++
Raw Normal View History

2022-06-08 12:45:12 -04:00
#include "../launcher/tablet/include/tabletinterface.h"
TabletInterface::TabletInterface(LauncherCore &core) {
applicationEngine = new QQmlApplicationEngine();
applicationEngine->load("qrc:/main.qml");
}