diff options
| author | xiphon <xiphon@protonmail.com> | 2020-07-20 14:47:13 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2020-07-29 15:17:02 +0000 |
| commit | dcc040a119a377351e8a07bc9704ff3140f358a3 (patch) | |
| tree | 82d903de32fe87eecdeae1c403bef4e981024697 /main.qml | |
| parent | 63e32c4a83f798171c08e093680deafb8b0929a4 (diff) | |
| download | monzero-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.qml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 + } } |
