mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #116 added CVariant, a wrapper for QVariant with more natural/transparent DBus integration
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user