diff -r 338ebdc9b947 -r 14f2b1b15242 adaptormodel.h --- a/adaptormodel.h Fri Oct 02 14:31:03 2009 +0000 +++ b/adaptormodel.h Fri Nov 13 08:32:03 2009 +0000 @@ -11,7 +11,9 @@ { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.insilmaril.Adaptor") - Q_PROPERTY(QString caption READ caption WRITE setCaption) +// Q_CLASSINFO("D-Bus Interface", "org.insilmaril.Adaptor.test") +// Q_PROPERTY(QString caption READ caption WRITE setCaption) +// Q_PROPERTY(QString heading READ getHeading WRITE setHeading) private: VymModel *model; @@ -27,6 +29,7 @@ public slots: // METHODS QDBusVariant query(const QString &query); QDBusVariant getHeading(); + void setHeading (const QString &s); Q_SIGNALS: // SIGNALS void crashed();