wlanutilities/wlanwizard/inc/wlanwizardpagenetworkmode.h
changeset 61 e1d68407ed06
parent 43 72ebcbb64834
equal deleted inserted replaced
60:822a45792fdd 61:e1d68407ed06
   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