#include "keyvalue.h" goodies::KeyValue::KeyValue( const QVariant& key, const QVariant& value, QObject* parent ) : goodies::G_Object(parent) , INIT_FIELD(key) , INIT_FIELD(value) { }