Merge branch 'master' into dev_local
[qtmeetings] / src / UserInterface / Views / RoomStatusIndicatorWidget.cpp
index 60d9253..6573e28 100644 (file)
@@ -141,6 +141,7 @@ void RoomStatusIndicatorWidget::statusChanged( const Room::Status aStatus, const
 \r
 void RoomStatusIndicatorWidget::connectionEstablished()\r
 {\r
+       \r
        if( !connectedOnce )\r
        {\r
                // Just got the required meetings for the first time\r
@@ -149,6 +150,7 @@ void RoomStatusIndicatorWidget::connectionEstablished()
                iUntilTextLabel->setHidden( false );\r
                iStatusLabel->setHidden( false );\r
        }\r
+       else qDebug() << "RoomStatusIndicatorWidget::connectionEstablished()";\r
        ViewBase::connectionEstablished();\r
        iConnectionLabel->setHidden( true );\r
 }\r