diff options
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()); |
