connectionmonitoring/connectionview/inc/connectionview.h
changeset 20 9c97ad6591ae
parent 18 fcbbe021d614
child 27 489cf6208544
--- a/connectionmonitoring/connectionview/inc/connectionview.h	Fri Apr 16 15:21:37 2010 +0300
+++ b/connectionmonitoring/connectionview/inc/connectionview.h	Mon May 03 12:53:07 2010 +0300
@@ -111,6 +111,9 @@
         /* Pointer to the main view of the window */
         HbView *mMainView;
         
+        /* Pointer to the secondary view of the window */
+        HbView *mNoConnView;
+        
         /* The main vertical layout which contains the group box container */
         QGraphicsLinearLayout* mMainLayout;
         
@@ -135,9 +138,6 @@
         /* The toolbar action which can be used to disconnect all the connections */
         HbAction *mDisconnectAction;
         
-        /* The label used to inform if there are no active connections */
-        HbLabel *mInfoLabel;
-        
         /* The id of the timer used to close the application */
         int mClosingTimer;