libwallet integration

This commit is contained in:
Ilya Kitaev
2016-06-03 17:30:19 +03:00
parent 238d582b17
commit 493e290956
6 changed files with 8 additions and 6 deletions

View File

@@ -44,7 +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>("moneroWallet", 1, 0, "Wallet");
qmlRegisterType<Wallet>();
QQmlApplicationEngine engine;