Still working
[qtmeetings] / src / BusinessLogic / UIManager.h
index dfaf8fd..df7fe00 100644 (file)
@@ -6,13 +6,13 @@
 
 #include "Meeting.h"
 #include "DeviceManager.h"
+#include "PasswordDialog.h"
 
 class Engine;
 class WindowManager;
 class WeeklyViewWidget;
 class SettingsView;
 class RoomStatusIndicatorWidget;
-class PasswordDialog;
 class ProgressBar;
 class MeetingInfoDialog;
 class CommunicationManager;
@@ -48,6 +48,9 @@ private slots:
        void currentRoomChanged( Room *aRoom );
        void progressBarCancelled();
        void updateTime( QDateTime aDateTime );
+       void passwordEntered( PasswordDialog::PasswordStatus aStatus );
+       void showMeetingProgressBar( Meeting *aMeeting );
+       void updateProgressBarText( const QString &aText );
 
 private: