videocollection/tsrc/stubs/inc/hbpushbutton.h
changeset 36 8aed59de29f9
parent 34 bbb98528c666
--- 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;