1
0
Fork 0
forked from lthn/blockchain
blockchain/src/gui/qt-daemon
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
..
application Some minor issues are fixed (#212) 2020-09-05 17:29:41 +02:00
html gui: NOT_ENOUGH_OUTPUTS_FOR_MIXING is supported in front-end 2020-08-09 01:28:01 +03:00
html_source gui: NOT_ENOUGH_OUTPUTS_FOR_MIXING is supported in front-end 2020-08-09 01:28:01 +03:00
.gitignore Moved sources to public repo 2018-12-27 18:50:45 +03:00
app.icns Moved sources to public repo 2018-12-27 18:50:45 +03:00
app.ico Moved sources to public repo 2018-12-27 18:50:45 +03:00
app.qrc Moved sources to public repo 2018-12-27 18:50:45 +03:00
app.rc Moved sources to public repo 2018-12-27 18:50:45 +03:00
Info.plist.in Moved sources to public repo 2018-12-27 18:50:45 +03:00
main.cpp implemented get logs/truncate logs in plain_wallet 2020-03-15 06:14:08 +01:00
qtlogger.h Moved sources to public repo 2018-12-27 18:50:45 +03:00