diff -r 3738fe97f027 -r 8aed59de29f9 videocollection/tsrc/stubs/inc/hbpushbutton.h --- a/videocollection/tsrc/stubs/inc/hbpushbutton.h Thu Apr 01 23:32:44 2010 +0300 +++ b/videocollection/tsrc/stubs/inc/hbpushbutton.h Fri Apr 16 18:13:14 2010 +0300 @@ -54,7 +54,9 @@ } public slots: - void setText( const QString &text ); + void setText( const QString &text ) { + Q_UNUSED(text); + } public: QString mText;