aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2020-07-20 14:47:13 +0000
committerxiphon <xiphon@protonmail.com>2020-07-29 15:17:02 +0000
commitdcc040a119a377351e8a07bc9704ff3140f358a3 (patch)
tree82d903de32fe87eecdeae1c403bef4e981024697 /main.qml
parent63e32c4a83f798171c08e093680deafb8b0929a4 (diff)
downloadmonzero-gui-dcc040a119a377351e8a07bc9704ff3140f358a3.tar.gz
monzero-gui-dcc040a119a377351e8a07bc9704ff3140f358a3.tar.xz
monzero-gui-dcc040a119a377351e8a07bc9704ff3140f358a3.zip
WalletManager: instantiable QML type
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.qml b/main.qml
index 4d49e8a9..ae6d96de 100644
--- a/main.qml
+++ b/main.qml
@@ -34,6 +34,7 @@ import QtQuick.Dialogs 1.2
import QtGraphicalEffects 1.0
import moneroComponents.Wallet 1.0
+import moneroComponents.WalletManager 1.0
import moneroComponents.PendingTransaction 1.0
import moneroComponents.NetworkType 1.0
import moneroComponents.Settings 1.0
@@ -2235,4 +2236,8 @@ ApplicationWindow {
id: languageSidebar
dragMargin: 0
}
+
+ WalletManager {
+ id: walletManager
+ }
}