Still working
[qtmeetings] / src / UserInterface / WindowManager.cpp
index e50229a..7be6080 100644 (file)
@@ -3,6 +3,7 @@
 #include <QEvent>
 #include <QDialog>
 #include "ViewBase.h"
+#include "PopUpMessageBox.h"
 
 #include <QtDebug>
 
@@ -105,7 +106,7 @@ void WindowManager::error( const QString &aErrorMessage )
 {
        qDebug() << "WindowManager::showErrorPopup";
 
-//     PopUpMessageBox::error( 0, aErrorMessage );
+       showDialog( static_cast<QDialog *>( PopUpMessageBox::error( 0, aErrorMessage ) ) );
 }
 
 void WindowManager::setFullscreen()