mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-03 04:57:26 -04:00
main: debug messages
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -51,6 +51,8 @@ int main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
QApplication app(argc, argv);
|
QApplication app(argc, argv);
|
||||||
|
|
||||||
|
qDebug() << "app startd";
|
||||||
|
|
||||||
app.setApplicationName("monero-core");
|
app.setApplicationName("monero-core");
|
||||||
app.setOrganizationDomain("getmonero.org");
|
app.setOrganizationDomain("getmonero.org");
|
||||||
app.setOrganizationName("The Monero Project");
|
app.setOrganizationName("The Monero Project");
|
||||||
|
|||||||
Reference in New Issue
Block a user