diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-04-08 17:54:20 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-04-08 17:54:20 -0500 |
| commit | b4353a31ac9cfabd348eb14b4f334918b2abc135 (patch) | |
| tree | 0a2f7f7706a5746b926c9087ed30857623ec4dd6 /main.cpp | |
| parent | a15f088e8b3f8004055fee81ee34d4edc65b3b16 (diff) | |
| parent | 4e6a4213ff44808edf1e13fc0d471b9deeceddec (diff) | |
| download | monzero-gui-b4353a31ac9cfabd348eb14b4f334918b2abc135.tar.gz monzero-gui-b4353a31ac9cfabd348eb14b4f334918b2abc135.tar.xz monzero-gui-b4353a31ac9cfabd348eb14b4f334918b2abc135.zip | |
Merge pull request #1239
4e6a421 Add Qt Runtime version to settings page
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -173,6 +173,8 @@ int main(int argc, char *argv[]) engine.rootContext()->setContextProperty("mainApp", &app); + engine.rootContext()->setContextProperty("qtRuntimeVersion", qVersion()); + // Exclude daemon manager from IOS #ifndef Q_OS_IOS DaemonManager * daemonManager = DaemonManager::instance(&arguments); |
