aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-06-14 16:09:14 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-06-14 16:09:14 +0300
commit1eac46ae734d31df568cf0f51dd1d5b7e7244cdc (patch)
tree897d58bf18b8265d12bf09d2397dd2f98e74b59b /main.cpp
parentb7787dc6704ee8395ba20adf0f09af6fc3eb9f8a (diff)
downloadmonzero-gui-1eac46ae734d31df568cf0f51dd1d5b7e7244cdc.tar.gz
monzero-gui-1eac46ae734d31df568cf0f51dd1d5b7e7244cdc.tar.xz
monzero-gui-1eac46ae734d31df568cf0f51dd1d5b7e7244cdc.zip
"new wallet" and "recovery wallet" flows are implemented using libwallet
api
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 39e4635d..a4a79947 100644
--- a/main.cpp
+++ b/main.cpp
@@ -47,7 +47,7 @@ int main(int argc, char *argv[])
app.installEventFilter(eventFilter);
qmlRegisterType<clipboardAdapter>("moneroComponents", 1, 0, "Clipboard");
- qmlRegisterInterface<Wallet>("Wallet");
+ qmlRegisterUncreatableType<Wallet>("Bitmonero.Wallet", 1, 0, "Wallet", "Wallet can't be instantiated directly");
QQmlApplicationEngine engine;