mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 05:27:25 -04:00
Add Qt Runtime version to settings page
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user