connectionmonitoring/connectionview/inc/connectionview.h
changeset 53 4af712113915
parent 27 489cf6208544
child 73 70ee5458c95d
equal deleted inserted replaced
47:cb7afde124a3 53:4af712113915
    17 
    17 
    18 #ifndef __CONNECTIONVIEW_H__
    18 #ifndef __CONNECTIONVIEW_H__
    19 #define __CONNECTIONVIEW_H__
    19 #define __CONNECTIONVIEW_H__
    20 
    20 
    21 #include <QObject>
    21 #include <QObject>
       
    22 #include <QSharedPointer>
    22 #include <HbMainWindow>
    23 #include <HbMainWindow>
    23 #include <HbDialog>
    24 #include <HbDialog>
    24 #include <QStringList>
    25 #include <QStringList>
    25 #include <HbWidget>
    26 #include <HbWidget>
    26 #include <QtNetwork>
    27 #include <QtNetwork>
    29 #include <HbScrollArea>
    30 #include <HbScrollArea>
    30 #include <HbToolBar>
    31 #include <HbToolBar>
    31 #include <HbLabel>
    32 #include <HbLabel>
    32 #include <qnetworksession.h>
    33 #include <qnetworksession.h>
    33 #include <qnetworkconfigmanager.h>
    34 #include <qnetworkconfigmanager.h>
       
    35 
       
    36 // Forward declarations
       
    37 class HbTranslator;
       
    38 
    34 
    39 
    35 QTM_USE_NAMESPACE
    40 QTM_USE_NAMESPACE
    36 
    41 
    37 class QSignalMapper;
    42 class QSignalMapper;
    38 
    43 
   136         HbToolBar *mToolBar;
   141         HbToolBar *mToolBar;
   137         
   142         
   138         /* The id of the timer used to close the application */
   143         /* The id of the timer used to close the application */
   139         int mClosingTimer;
   144         int mClosingTimer;
   140         
   145         
       
   146         /* Translator for the localisation Text Id's */
       
   147         QSharedPointer<HbTranslator> mTranslator;
       
   148         
   141         /* definition for unit test purposes */
   149         /* definition for unit test purposes */
   142         friend class TestConnectionView;
   150         friend class TestConnectionView;
   143     
   151     
   144     };
   152     };
   145 
   153