diff options
| author | xiphon <xiphon@protonmail.com> | 2020-07-14 01:21:18 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2020-07-14 01:39:46 +0000 |
| commit | dec5dcf25cdf39b04ea2e5e988db7a83a9f5fea4 (patch) | |
| tree | e88946ec8c14389c18f91329888b7dbe59b87563 /src/main/main.cpp | |
| parent | 38c3534eadff67e74e66a5f28ff96d8292f40206 (diff) | |
| download | monzero-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/main.cpp')
| -rw-r--r-- | src/main/main.cpp | 2 |
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()); |
