Restored overwriting paintEvent.
[quick-widgets] / quickwidget.hpp
index 1250535..7f974fe 100644 (file)
@@ -25,9 +25,10 @@ protected:
 //    void showSettingsDialog();
     bool restoreWidgetState();
     void errorWidget();
+    void paintEvent(QPaintEvent *event);
 
 public slots:
-  void resizer(QSize size);
+  void resizer(const QSize& size);
   void rotateScreen(const QString& orientation);
 
 public: