Got something working
[qtmeetings] / src / UserInterface / Views / ViewBase.h
index 00bcf70..631a089 100644 (file)
@@ -49,7 +49,7 @@ public slots:
         * after it has been resized, for example when the on screen keyboard is
         * displayed.
         */
-       virtual void viewResized(const QSize &size) = 0;
+       virtual void viewResized(const QSize &newSize, const QSize &oldSize) = 0;
        
 signals:
        /*!