Got the new stuff working, last commit before final pull push
[qtmeetings] / src / UserInterface / Views / MeetingInfoDialog.cpp
index 3250e82..9a08de9 100644 (file)
@@ -33,6 +33,8 @@ void MeetingInfoDialog::setMeeting(Meeting *aMeeting)
 
 void MeetingInfoDialog::createDialogView(Meeting *aMeeting)
 {
+       qDebug() << "[MeetingInfoDialog::createDialogView] <Invoked>";
+       
        QFont normalFont;
        normalFont.setPointSize( 11 );
 
@@ -95,4 +97,6 @@ void MeetingInfoDialog::createDialogView(Meeting *aMeeting)
        layout->addStretch();
        layout->addLayout( buttonLayout );
        setLayout( layout );
+       
+       qDebug() << "[MeetingInfoDialog::createDialogView] <Finished>";
 }