wlanutilities/wlanwizard/inc/wlanwizardpagenetworkmode.h
changeset 62 b47b808de481
parent 50 d4198dcb9983
equal deleted inserted replaced
58:301aeb18ae47 62:b47b808de481
   102      * Pointer to document loader object.
   102      * Pointer to document loader object.
   103      */
   103      */
   104     HbDocumentLoader *mLoader;
   104     HbDocumentLoader *mLoader;
   105     
   105     
   106     /*!
   106     /*!
   107      * True, if a mode has been selected. False otherwise.
       
   108      */
       
   109     bool mValid;
       
   110     
       
   111     /*!
       
   112      * List of network modes. This list is tied to the radio buttons during
   107      * List of network modes. This list is tied to the radio buttons during
   113      * the initialization of the page.
   108      * the initialization of the page.
   114      */
   109      */
   115     QList<int> mNetworkModes;
   110     QList<int> mNetworkModes;
   116     
   111