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