mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 22:15:37 +08:00
Issue #77 Rename
This commit is contained in:
@@ -395,7 +395,7 @@ namespace BlackMisc
|
||||
|
||||
// run in page thread
|
||||
//! \todo KB 2018-01 is this OK or should it go to CValuePage::setValuesFromCache?
|
||||
if (CThreadUtils::isCurrentThreadObjectThread(this->m_page)) { queue->setQueuedValueFromCache(key); }
|
||||
if (CThreadUtils::isInThisThread(this->m_page)) { queue->setQueuedValueFromCache(key); }
|
||||
else
|
||||
{
|
||||
QPointer<QObject> myself(queue);
|
||||
|
||||
Reference in New Issue
Block a user