mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
Ref T709, display settings as string/QString (for logging)
This commit is contained in:
committed by
Mat Sutcliffe
parent
6a2f08b49f
commit
d1db1943ae
@@ -55,7 +55,7 @@ namespace BlackMisc
|
||||
QString CXSwiftBusSettings::convertToQString(bool i18n) const
|
||||
{
|
||||
Q_UNUSED(i18n);
|
||||
return "";
|
||||
return QString::fromStdString(CXSwiftBusSettingsQtFree::convertToString());
|
||||
}
|
||||
|
||||
CStatusMessageList CXSwiftBusSettings::validate() const
|
||||
|
||||
Reference in New Issue
Block a user