Got something working
[qtmeetings] / src / UserInterface / WindowManager.h
index fe594c2..2f46050 100644 (file)
@@ -47,7 +47,7 @@ signals:
         * i.e. it received resized QEvent.\r
         * \param The new view size.\r
         */\r
-       void viewResized(const QSize &);\r
+       void viewResized(const QSize &newSize, const QSize &oldSize);\r
        \r
        //! Previous view is restored.\r
        /*!\r
@@ -77,7 +77,7 @@ public slots:
         * QDialog's exec() method and emits dialogDeactivated signal when\r
         * the exec() method returns.\r
         */\r
-       void showDialog( QDialog *dialog );\r
+       void showDialog( QDialog *aDialog, bool blocking = true, bool aSendSignal = true );\r
        \r
        //! View event is detected.\r
        /*!\r