adaptormodel.h
changeset 804 14f2b1b15242
parent 785 5987f9f15bac
child 807 f9f7922989d8
     1.1 --- a/adaptormodel.h	Fri Oct 02 14:31:03 2009 +0000
     1.2 +++ b/adaptormodel.h	Fri Nov 13 08:32:03 2009 +0000
     1.3 @@ -11,7 +11,9 @@
     1.4  {
     1.5      Q_OBJECT
     1.6      Q_CLASSINFO("D-Bus Interface", "org.insilmaril.Adaptor")
     1.7 -	Q_PROPERTY(QString caption READ caption WRITE setCaption)
     1.8 +//    Q_CLASSINFO("D-Bus Interface", "org.insilmaril.Adaptor.test")
     1.9 +//	Q_PROPERTY(QString caption READ caption WRITE setCaption)
    1.10 +//	Q_PROPERTY(QString heading READ getHeading WRITE setHeading)
    1.11  private:
    1.12  	VymModel *model;
    1.13  
    1.14 @@ -27,6 +29,7 @@
    1.15  public slots: // METHODS
    1.16     QDBusVariant query(const QString &query);
    1.17     QDBusVariant getHeading();
    1.18 +   void setHeading (const QString &s);
    1.19  
    1.20  Q_SIGNALS: // SIGNALS
    1.21      void crashed();