1
0
Fork 0
forked from lthn/blockchain
blockchain/src/gui/qt-daemon/application
Sergey Radionov f24e271119
Some minor issues are fixed (#212)
* It's just waste of resources to use temp variable to call static members

also, according to docs, QString::fromStdString already take care about utf8 conversion,
so there is no need to do std::string -> C string -> QString conversion.

* Don't try use tray actions if tray is not available.

It just leads to the crash.
2020-09-05 17:29:41 +02:00
..
gui_utils.cpp filesystem unicode refactoring WIP3 2019-09-25 17:09:38 +03:00
gui_utils.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
mainwindow.cpp Some minor issues are fixed (#212) 2020-09-05 17:29:41 +02:00
mainwindow.h --qt-dev-tools option added for web UI debugging 2020-06-16 15:15:55 +03:00
notification_helper.h Moved sources to public repo 2018-12-27 18:50:45 +03:00
notification_helper.mm Moved sources to public repo 2018-12-27 18:50:45 +03:00