Skip to content

Commit

Permalink
feat: add brand new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
lievenhey committed Apr 29, 2024
1 parent f808821 commit a9073bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ std::unique_ptr<QCoreApplication> createApplication(int& argc, char* argv[])

int main(int argc, char** argv)
{
qDebug() << "HAHAHA";
qDebug() << "TEST";
KLocalizedString::setApplicationDomain("hotspot");
QCoreApplication::setOrganizationName(QStringLiteral("KDAB"));
QCoreApplication::setOrganizationDomain(QStringLiteral("kdab.com"));
Expand Down

0 comments on commit a9073bb

Please sign in to comment.