mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
13c67e4838
commit
25df1921eb
@@ -195,7 +195,7 @@ namespace BlackMisc
|
||||
|
||||
void CContinuousWorker::startUpdating(int updateTimeSecs)
|
||||
{
|
||||
Q_ASSERT_X(hasStarted(), Q_FUNC_INFO, "Worker not yet started");
|
||||
Q_ASSERT_X(this->hasStarted(), Q_FUNC_INFO, "Worker not yet started");
|
||||
if (!CThreadUtils::isCurrentThreadObjectThread(this))
|
||||
{
|
||||
// shift in correct thread
|
||||
|
||||
Reference in New Issue
Block a user