X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2FBusinessLogic%2FUIManager.h;h=df7fe00a2e2e94225c5846d8db3a44fab1d01253;hb=9410983800d4a2e644eafcb728570278281d622c;hp=dfaf8fd54d1718b41df33b12c2d2a8650cebf6ee;hpb=4f5e48bd4a1e5ab05cd5f0d46c3e335731bb05ff;p=qtmeetings diff --git a/src/BusinessLogic/UIManager.h b/src/BusinessLogic/UIManager.h index dfaf8fd..df7fe00 100644 --- a/src/BusinessLogic/UIManager.h +++ b/src/BusinessLogic/UIManager.h @@ -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: