mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-23 21:07:45 +00:00
8 lines
187 B
C++
8 lines
187 B
C++
|
#include "tabletinterface.h"
|
||
|
|
||
|
TabletInterface::TabletInterface(LauncherCore &core) {
|
||
|
applicationEngine = new QQmlApplicationEngine();
|
||
|
|
||
|
applicationEngine->load("qrc:/main.qml");
|
||
|
}
|