mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Issue #77 Rename
This commit is contained in:
@@ -443,7 +443,7 @@ namespace BlackMisc
|
||||
static CCentralMultiSimulatorModelCachesProvider &modelCachesInstance()
|
||||
{
|
||||
static CCentralMultiSimulatorModelCachesProvider c("Central model caches provider");
|
||||
Q_ASSERT_X(CThreadUtils::isCurrentThreadObjectThread(&c), Q_FUNC_INFO, "Wrong thread");
|
||||
Q_ASSERT_X(CThreadUtils::isInThisThread(&c), Q_FUNC_INFO, "Wrong thread");
|
||||
return c;
|
||||
}
|
||||
|
||||
@@ -496,7 +496,7 @@ namespace BlackMisc
|
||||
static CCentralMultiSimulatorModelSetCachesProvider &modelCachesInstance()
|
||||
{
|
||||
static CCentralMultiSimulatorModelSetCachesProvider c("Central model sets provider");
|
||||
Q_ASSERT_X(CThreadUtils::isCurrentThreadObjectThread(&c), Q_FUNC_INFO, "Wrong thread");
|
||||
Q_ASSERT_X(CThreadUtils::isInThisThread(&c), Q_FUNC_INFO, "Wrong thread");
|
||||
return c;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user