Skip to content

Commit

Permalink
Fixup daemon start
Browse files Browse the repository at this point in the history
  • Loading branch information
neochapay committed Oct 16, 2023
1 parent 16fbb96 commit e191c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

int main(int argc, char** argv)
{
QCoreApplication* app = QCoreApplication::instance();
QCoreApplication* app = new QCoreApplication(argc, argv);
app->setOrganizationName("NemoMobile");
app->setApplicationName("messaged");

Expand Down

0 comments on commit e191c79

Please sign in to comment.