Merged
[qtmeetings] / src / BusinessLogic / Engine.h
index 4695738..70afcbc 100644 (file)
@@ -13,7 +13,6 @@ class Clock;
 class Configuration;
 class CommunicationManager;
 class Meeting;
-// class DeviceManager;
 class WeeklyViewWidget;
 class SettingsView;
 class RoomStatusIndicatorWidget;
@@ -127,6 +126,11 @@ private slots:
         * Slot. Receives the cancel event of the progress bar.
         */
        void progressBarCancelled();
+       //! Slot for receiving the cancel event of the progress bar.
+       /*!
+        *  Receives the cancel event of the progress bar when meeting details requested.
+        */
+       void fetchMeetingDetailsCancelled();
        
        void handleViewEvent();
        void previousViewRestored();