diff options
| author | Ilya Kitaev <mbg033@gmail.com> | 2016-08-23 11:55:51 +0300 |
|---|---|---|
| committer | Ilya Kitaev <mbg033@gmail.com> | 2016-08-23 11:55:51 +0300 |
| commit | 376db6cf16910b0facf10c90afcdfe2a50fc1045 (patch) | |
| tree | 67a5aa62151b3c15800659e9ec03452bb63b54ef /main.cpp | |
| parent | 6b9afcf291cb5ab5db78f358a6213b1afc6081af (diff) | |
| download | monzero-gui-376db6cf16910b0facf10c90afcdfe2a50fc1045.tar.gz monzero-gui-376db6cf16910b0facf10c90afcdfe2a50fc1045.tar.xz monzero-gui-376db6cf16910b0facf10c90afcdfe2a50fc1045.zip | |
Display "processing.." splashscreen while wallet initializing
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -72,6 +72,8 @@ int main(int argc, char *argv[]) qRegisterMetaType<PendingTransaction::Priority>(); + + QQmlApplicationEngine engine; OSCursor cursor; @@ -83,6 +85,7 @@ int main(int argc, char *argv[]) engine.rootContext()->setContextProperty("translationManager", TranslationManager::instance()); + // export to QML monero accounts root directory // wizard is talking about where // to save the wallet file (.keys, .bin), they have to be user-accessible for |
