1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-19 13:37:13 +01:00

main: debug messages

This commit is contained in:
Jacob Brydolf 2016-11-07 18:09:47 +01:00 committed by Jaquee
parent b4eb489b00
commit 065b060102
No known key found for this signature in database
GPG Key ID: 384E52B09F45DC39

View File

@ -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");