mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-12 09:36:59 +00:00
main: debug messages
This commit is contained in:
parent
b4eb489b00
commit
065b060102
1 changed files with 2 additions and 0 deletions
2
main.cpp
2
main.cpp
|
@ -51,6 +51,8 @@ int main(int argc, char *argv[])
|
|||
{
|
||||
QApplication app(argc, argv);
|
||||
|
||||
qDebug() << "app startd";
|
||||
|
||||
app.setApplicationName("monero-core");
|
||||
app.setOrganizationDomain("getmonero.org");
|
||||
app.setOrganizationName("The Monero Project");
|
||||
|
|
Loading…
Reference in a new issue