Skip to content

Commit

Permalink
set object name on QThread
Browse files Browse the repository at this point in the history
  • Loading branch information
antis81 committed Dec 30, 2021
1 parent 1ecc8c6 commit f60f4eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daemon/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ int main(int argc, char *argv[])
LXQt::Application app(argc, argv);

Core core(runAsDaemon || useSyslog, minLogLevelSet, minLogLevel, configFiles, multipleActionsBehaviourSet, multipleActionsBehaviour);
core.setObjectName(QStringLiteral("XEvent listener"));
core.start();
if (!core.ready()) {
return EXIT_FAILURE;
Expand Down

0 comments on commit f60f4eb

Please sign in to comment.