Skip to content

Commit

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

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

0 comments on commit fe912b1

Please sign in to comment.