Start in normal mode if wallet exists. Resolves #9

This commit is contained in:
Ilya Kitaev
2016-06-07 16:26:25 +03:00
parent 493e290956
commit da1b74a707
6 changed files with 120 additions and 245 deletions

View File

@@ -44,8 +44,8 @@ int main(int argc, char *argv[])
app.installEventFilter(eventFilter);
qmlRegisterType<clipboardAdapter>("moneroComponents", 1, 0, "Clipboard");
//qmlRegisterType<Wallet>("moneroWallet", 1, 0, "Wallet");
qmlRegisterType<Wallet>();
qmlRegisterInterface<Wallet>("Wallet");
QQmlApplicationEngine engine;