refs #116 added CVariant, a wrapper for QVariant with more natural/transparent DBus integration

This commit is contained in:
Mathew Sutcliffe
2014-05-16 19:43:47 +01:00
parent b03a9b11a4
commit 2726a7a09a
3 changed files with 218 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
#include "settingsallclasses.h"
#include "hwallclasses.h"
#include "indexvariantmap.h"
#include "variant.h"
#include "statusmessagelist.h"
#include "audioallclasses.h"
@@ -130,7 +131,9 @@ void BlackMisc::Hardware::registerMetadata()
*/
void BlackMisc::registerMetadata()
{
// !! make sure the first id is correctly returned by
CVariant::registerMetadata(); // before the others because it's not a CValueObject
// !! make sure the first valueobject id is correctly returned by
// !! firstBlackMetaType
CIndexVariantMap::registerMetadata();