mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
Ref T314, thread CContinuousWorker::finish
- use application thread if there is no owner - use QPointer for owner - more detailled error message
This commit is contained in:
@@ -118,6 +118,7 @@ namespace BlackCore
|
||||
QCoreApplication::setApplicationName(m_applicationName);
|
||||
QCoreApplication::setApplicationVersion(CBuildConfig::getVersionString());
|
||||
this->setObjectName(m_applicationName);
|
||||
this->thread()->setObjectName(m_applicationName); // normally no effect as thread already runs, but does not harm either
|
||||
|
||||
// init skipped when called from CGuiApplication
|
||||
if (init)
|
||||
|
||||
Reference in New Issue
Block a user