mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
refs #247 CVariant can inherit from CValueObjectStdTuple.
But if valueobject.h includes variant.h then it would create a circular dependency.
This commit is contained in:
@@ -92,7 +92,7 @@ namespace BlackMisc
|
||||
{
|
||||
if (command == CSettingUtilities::CmdUpdate())
|
||||
{
|
||||
QString v = value.toString();
|
||||
QString v = value.toQString();
|
||||
changedFlag = (v != this->m_bookingServiceUrl);
|
||||
this->m_bookingServiceUrl = v;
|
||||
return CLogMessage(CLogCategory::settingsUpdate()).info("booking URL%1 changed") << (changedFlag ? "" : " not");
|
||||
|
||||
Reference in New Issue
Block a user