fixed change in resizer signature.
authormar637 <mar637@loki.(none)>
Tue, 26 Apr 2011 11:00:34 +0000 (21:00 +1000)
committermar637 <mar637@loki.(none)>
Tue, 26 Apr 2011 11:00:34 +0000 (21:00 +1000)
quickwidget.hpp

index 1250535..20d70d1 100644 (file)
@@ -27,7 +27,7 @@ protected:
     void errorWidget();
 
 public slots:
-  void resizer(QSize size);
+  void resizer(const QSize& size);
   void rotateScreen(const QString& orientation);
 
 public: