Release v1.4 #11

Merged
0xFEEDC0DE64 merged 16 commits from devel into master 2017-12-17 17:14:39 +01:00
168 changed files with 1872 additions and 1206 deletions
Showing only changes of commit 7d78f6f41f - Show all commits

View File

@@ -341,7 +341,7 @@ int main(int argc, char *argv[])
QCoreApplication::setOrganizationDomain(QStringLiteral("brunner.ninja"));
QCoreApplication::setOrganizationName(QStringLiteral("db-software"));
QCoreApplication::setApplicationName(QStringLiteral("zeiterfassung"));
QCoreApplication::setApplicationVersion(QStringLiteral("1.3.1"));
QCoreApplication::setApplicationVersion(QStringLiteral("1.4"));
QSplashScreen splashScreen(QPixmap(QStringLiteral(":/zeiterfassunglib/images/splash.png")));
splashScreen.showMessage(QCoreApplication::translate("main", "Loading settings..."));