1 2 3 4 5 6 7 8
#include "keyvalue.h" KeyValue::KeyValue(const QVariant& key, const QVariant& value, QObject* parent) : G_Object(parent) , INIT_FIELD(key) , INIT_FIELD(value) { }