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:
Mathew Sutcliffe
2014-11-14 00:12:47 +00:00
parent f68fc32f3d
commit 155b957cee
11 changed files with 88 additions and 132 deletions

View File

@@ -353,11 +353,8 @@ QVariant BlackMisc::fixQVariantFromDbusArgument(const QVariant &variant, int loc
}
}
}
else
{
qWarning() << "fixQVariantFromDbusArgument called with unsupported type";
return variant;
}
qWarning() << "fixQVariantFromDbusArgument called with unsupported type";
return variant;
}
/*