Remove unrelated change

This commit is contained in:
Tobias Fella 2021-03-16 15:55:01 +01:00
parent e5837425d3
commit c04f38acc0
No known key found for this signature in database
GPG Key ID: E55EDAB3CA5D9925
1 changed files with 0 additions and 2 deletions

View File

@ -40,8 +40,6 @@ int main(int argc, char *argv[])
QApplication app(argc, argv);
#endif
qDebug() << QQuickStyle::availableStyles();
QCoreApplication::setOrganizationName(QStringLiteral("KDE"));
QCoreApplication::setOrganizationDomain(QStringLiteral("kde.org"));
QCoreApplication::setApplicationName(QStringLiteral("Alligator"));