videocollection/tsrc/stubs/inc/hbpushbutton.h
changeset 17 69946d1824c4
parent 15 cf5481c2bc0b
equal deleted inserted replaced
15:cf5481c2bc0b 17:69946d1824c4
    52     {
    52     {
    53         return mIcon;
    53         return mIcon;
    54     }
    54     }
    55 
    55 
    56 public slots:
    56 public slots:
    57     void setText( const QString &text );
    57     void setText( const QString &text ) {
       
    58         Q_UNUSED(text);
       
    59     }
    58 
    60 
    59 public:
    61 public:
    60     QString mText;
    62     QString mText;
    61     HbIcon mIcon;
    63     HbIcon mIcon;
    62 };
    64 };