diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-07-14 15:49:19 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-07-14 15:49:19 -0500 |
| commit | aaa1cb47c007f35dc75b8ce3b041368b9e268f31 (patch) | |
| tree | 9c209740086a63517ca8ab064d6b4ee9f4ccb786 /src/main | |
| parent | 1577ce278b6d16f6b94c918e556df188b235df67 (diff) | |
| parent | dec5dcf25cdf39b04ea2e5e988db7a83a9f5fea4 (diff) | |
| download | monzero-gui-aaa1cb47c007f35dc75b8ce3b041368b9e268f31.tar.gz monzero-gui-aaa1cb47c007f35dc75b8ce3b041368b9e268f31.tar.xz monzero-gui-aaa1cb47c007f35dc75b8ce3b041368b9e268f31.zip | |
Merge pull request #3006
dec5dcf KeysFiles: don't use WalletManager in findWallets (xiphon)
Diffstat (limited to 'src/main')
| -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 d7788dc6..41b41faa 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -476,7 +476,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()); |
