aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 917f1e58..fe42cb61 100644
--- a/main.cpp
+++ b/main.cpp
@@ -37,6 +37,7 @@
#include "oshelper.h"
#include "WalletManager.h"
#include "Wallet.h"
+#include "QRCodeImageProvider.h"
#include "PendingTransaction.h"
#include "TranslationManager.h"
#include "TransactionInfo.h"
@@ -102,6 +103,7 @@ int main(int argc, char *argv[])
engine.rootContext()->setContextProperty("translationManager", TranslationManager::instance());
+ engine.addImageProvider(QLatin1String("qrcode"), new QRCodeImageProvider());
// export to QML monero accounts root directory
// wizard is talking about where