mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 18:25:42 +08:00
Ref T111 Fixed mistake detected by Clang warning.
This commit is contained in:
@@ -336,7 +336,7 @@ namespace BlackSimPlugin
|
|||||||
|
|
||||||
void CSimulatorEmulated::setObjectName(const CSimulatorInfo &info)
|
void CSimulatorEmulated::setObjectName(const CSimulatorInfo &info)
|
||||||
{
|
{
|
||||||
QObject::setObjectName("Emulated driver for " + info.getSimulator());
|
QObject::setObjectName("Emulated driver for " + info.toQString());
|
||||||
m_interpolatorFetchTimer.setObjectName(this->objectName() + ":interpolatorFetchTimer");
|
m_interpolatorFetchTimer.setObjectName(this->objectName() + ":interpolatorFetchTimer");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user