From 98345759a642c0d403051c8a4edbf501ed0e7943 Mon Sep 17 00:00:00 2001 From: mar637 Date: Tue, 26 Apr 2011 21:00:34 +1000 Subject: [PATCH] fixed change in resizer signature. --- quickwidget.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickwidget.hpp b/quickwidget.hpp index 1250535..20d70d1 100644 --- a/quickwidget.hpp +++ b/quickwidget.hpp @@ -27,7 +27,7 @@ protected: void errorWidget(); public slots: - void resizer(QSize size); + void resizer(const QSize& size); void rotateScreen(const QString& orientation); public: -- 1.7.9.5