refact: ApplicationService ctor and some member functions

Signed-off-by: ComixHe <heyuming@deepin.org>
This commit is contained in:
ComixHe
2023-08-20 18:25:59 +08:00
committed by Comix
parent 0e7d84f61d
commit 920594d6e5
10 changed files with 229 additions and 204 deletions

View File

@ -44,5 +44,5 @@ int main(int argc, char *argv[])
return false; // means to apply this function to the rest of the files
});
return app.exec();
return QCoreApplication::exec();
}