videocollection/tsrc/stubs/inc/hbpushbutton.h
changeset 36 8aed59de29f9
parent 34 bbb98528c666
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    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 };