ViewBase added and major changes to use the new architecture
[qtmeetings] / src / UserInterface / Views / MeetingInfoDialog.h
index a62cb32..86c33d1 100644 (file)
@@ -19,11 +19,14 @@ public:
         * \param aMeeting The Meeting instance which is needed to be presented in detail.\r
         * \param aParent Pointer to the parent widget. Optional.\r
         */\r
-       MeetingInfoDialog( Meeting *aMeeting, QWidget *aParent = 0 );\r
+       MeetingInfoDialog( Meeting *aMeeting = 0, QWidget *aParent = 0 );\r
        //! Destructor.\r
        virtual ~MeetingInfoDialog();\r
+       \r
+       void setMeeting( Meeting * aMeeting );\r
 \r
 private:\r
+       void createDialogView(Meeting *aMeeting);\r
 \r
        static const int width = 200;\r
        static const int height = 400;\r