main.cpp (kaffeine-2.0.16) | : | main.cpp (kaffeine-2.0.17) | ||
---|---|---|---|---|
skipping to change at line 141 | skipping to change at line 141 | |||
// Program name | // Program name | |||
QStringLiteral("kaffeine"), | QStringLiteral("kaffeine"), | |||
i18n("Kaffeine"), | i18n("Kaffeine"), | |||
// Version | // Version | |||
QStringLiteral(KAFFEINE_VERSION), | QStringLiteral(KAFFEINE_VERSION), | |||
// Short description | // Short description | |||
i18n("A media player by KDE with digital TV support."), | i18n("A media player by KDE with digital TV support."), | |||
// License | // License | |||
KAboutLicense::GPL_V2, | KAboutLicense::GPL_V2, | |||
// Copyright statement | // Copyright statement | |||
i18n("(C) 2007-2018 The Kaffeine Authors."), | i18n("(C) 2007-2019 The Kaffeine Authors."), | |||
// Optional additional text | // Optional additional text | |||
"", | "", | |||
// Home page | // Home page | |||
QStringLiteral("http://kaffeine.kde.org") | QStringLiteral("http://kaffeine.kde.org") | |||
) | ) | |||
{ | { | |||
QString path = QStandardPaths::writableLocation(QStandardPaths::DataLocat ion); | QString path = QStandardPaths::writableLocation(QStandardPaths::DataLocat ion); | |||
QDir dir(path); | QDir dir(path); | |||
if (!dir.exists()) | if (!dir.exists()) | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |