Git commit e1f04ebd2723d212fd8831ada78517587c782380 by Aleix Pol. Committed on 31/10/2015 at 23:42. Pushed by apol into branch 'master'. Set an organization domain M +1 -0 src/main.cpp http://commits.kde.org/kalgebra/e1f04ebd2723d212fd8831ada78517587c782380 diff --git a/src/main.cpp b/src/main.cpp index 56a2c84..fe50afd 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -24,6 +24,7 @@ int main(int argc, char *argv[]) { QApplication app(argc, argv); app.setApplicationName(QStringLiteral("kalgebra")); + app.setOrganizationDomain(QStringLiteral("kde.org")); app.setApplicationDisplayName(i18n("KAlgebra")); app.setApplicationVersion(QStringLiteral("0.99")); =