aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2020-07-14 01:21:18 +0000
committerxiphon <xiphon@protonmail.com>2020-07-14 01:39:46 +0000
commitdec5dcf25cdf39b04ea2e5e988db7a83a9f5fea4 (patch)
treee88946ec8c14389c18f91329888b7dbe59b87563 /src/main
parent38c3534eadff67e74e66a5f28ff96d8292f40206 (diff)
downloadmonzero-gui-dec5dcf25cdf39b04ea2e5e988db7a83a9f5fea4.tar.gz
monzero-gui-dec5dcf25cdf39b04ea2e5e988db7a83a9f5fea4.tar.xz
monzero-gui-dec5dcf25cdf39b04ea2e5e988db7a83a9f5fea4.zip
KeysFiles: don't use WalletManager in findWallets
Diffstat (limited to 'src/main')
-rw-r--r--src/main/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp
index 18986409..34030714 100644
--- a/src/main/main.cpp
+++ b/src/main/main.cpp
@@ -474,7 +474,7 @@ Verify update binary using 'shasum'-compatible (SHA256 algo) output signed by tw
#endif
// Wallet .keys files model (wizard -> open wallet)
- WalletKeysFilesModel walletKeysFilesModel(walletManager);
+ WalletKeysFilesModel walletKeysFilesModel;
engine.rootContext()->setContextProperty("walletKeysFilesModel", &walletKeysFilesModel);
engine.rootContext()->setContextProperty("walletKeysFilesModelProxy", &walletKeysFilesModel.proxyModel());