WalletManager: instantiable QML type

This commit is contained in:
xiphon
2020-07-20 14:47:13 +00:00
parent 63e32c4a83
commit dcc040a119
4 changed files with 9 additions and 22 deletions

View File

@@ -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
}
}