mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-05 23:57:26 -04:00
wizard v0.1
This commit is contained in:
1
main.cpp
1
main.cpp
@@ -13,6 +13,7 @@ int main(int argc, char *argv[])
|
||||
qmlRegisterType<clipboardAdapter>("moneroComponents", 1, 0, "Clipboard");
|
||||
|
||||
QQmlApplicationEngine engine;
|
||||
engine.rootContext()->setContextProperty("applicationDirectory", QApplication::applicationDirPath());
|
||||
engine.load(QUrl(QStringLiteral("qrc:///main.qml")));
|
||||
QObject *rootObject = engine.rootObjects().first();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user