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

8 lines
187 B
C++
Raw Normal View History

#include "tabletinterface.h"
TabletInterface::TabletInterface(LauncherCore &core) {
applicationEngine = new QQmlApplicationEngine();
applicationEngine->load("qrc:/main.qml");
}