ProgressBar connections modified + Progress Bar class itself updated
[qtmeetings] / src / UserInterface / WindowManager.h
index 6a56e77..1e460c0 100644 (file)
@@ -154,6 +154,8 @@ public slots:
         */\r
        void distributeDateTimeInfo( QDateTime aCurrentDateTime );\r
        \r
+       void updateProgressBar( const QString &aMessage );\r
+       \r
 private slots:\r
        //! Displays the settings view\r
        void showSettingsView();\r
@@ -161,6 +163,8 @@ private slots:
 private:\r
        //! Name of the application.\r
        QString iApplicationName;\r
+       //! Defines whether the views should be shown as full screen \r
+       bool iFullScreen;\r
        //! Pointer to the configuration.\r
        Configuration *iConfiguration;\r
        //! Pointer to the weekly view.\r