fixed change in resizer signature.
[quick-widgets] / 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: