mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +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)
|
||||
{
|
||||
QObject::setObjectName("Emulated driver for " + info.getSimulator());
|
||||
QObject::setObjectName("Emulated driver for " + info.toQString());
|
||||
m_interpolatorFetchTimer.setObjectName(this->objectName() + ":interpolatorFetchTimer");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user