Fix: unused dummy property removed

This commit is contained in:
Ilya Kitaev 2016-10-08 01:21:27 +03:00
parent fd9ed56c54
commit 99271828ae

View File

@ -55,6 +55,7 @@ ApplicationWindow {
property alias password : passwordDialog.password property alias password : passwordDialog.password
property int splashCounter: 0 property int splashCounter: 0
property bool isNewWallet: false property bool isNewWallet: false
// true if wallet ever synchronized // true if wallet ever synchronized
property bool walletInitialized : false property bool walletInitialized : false