diff options
| author | Ilya Kitaev <mbg033@gmail.com> | 2016-07-27 22:32:33 +0300 |
|---|---|---|
| committer | Ilya Kitaev <mbg033@gmail.com> | 2016-07-27 22:32:33 +0300 |
| commit | 9cd73dfbbed6e200852ca9e1c1494ea3e5eae6c3 (patch) | |
| tree | fa372d5e1e06afdea7bd7112065df9c69d294910 /main.cpp | |
| parent | 1b35a1ae4b01c05224fdc3b1acf70b7afdd6328c (diff) | |
| download | monzero-gui-9cd73dfbbed6e200852ca9e1c1494ea3e5eae6c3.tar.gz monzero-gui-9cd73dfbbed6e200852ca9e1c1494ea3e5eae6c3.tar.xz monzero-gui-9cd73dfbbed6e200852ca9e1c1494ea3e5eae6c3.zip | |
Translations are separate qm files
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,6 +30,7 @@ #include <QQmlApplicationEngine> #include <QtQml> #include <QStandardPaths> +#include <QDebug> #include "clipboardAdapter.h" #include "filter.h" #include "oscursor.h" @@ -46,6 +47,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"); |
