diff --git a/po/sturmreader.pot b/po/sturmreader.pot index 8bb02f3..5a43a92 100644 --- a/po/sturmreader.pot +++ b/po/sturmreader.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: sturmreader.emanuelesorce\n" "Report-Msgid-Bugs-To: rschroll@gmail.com - emanuele.sorce@hotmail.com\n" -"POT-Creation-Date: 2021-01-12 13:19+0100\n" +"POT-Creation-Date: 2021-01-12 13:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/ui/main.cpp b/ui/main.cpp index 8f004a7..3c39ee3 100644 --- a/ui/main.cpp +++ b/ui/main.cpp @@ -25,6 +25,7 @@ #include #include #include +#include #include #include @@ -56,6 +57,7 @@ int main(int argc, char *argv[]) QString app_name = "sturmreader.emanuelesorce"; QGuiApplication *app = new QGuiApplication(argc, (char**)argv); app->setApplicationName(app_name); + app->setWindowIcon(QIcon("ui/sturmreader.svg")); // styling StyleSetting styleSetting;