wlanutilities/wlanwizard/inc/wlanwizardpagesecuritymode.h
changeset 62 b47b808de481
parent 46 2fbd1d709fe7
equal deleted inserted replaced
58:301aeb18ae47 62:b47b808de481
    59 
    59 
    60 protected slots:
    60 protected slots:
    61     
    61     
    62 private:
    62 private:
    63     Q_DISABLE_COPY(WlanWizardPageSecurityMode)
    63     Q_DISABLE_COPY(WlanWizardPageSecurityMode)
    64     void populateSecModeList();
    64     void populateSecModeList(QStringList &list);
    65     void addToList(
    65     void addToList(
    66         QStringList &list,
    66         QStringList &list,
    67         const QString &item,
    67         const QString &item,
    68         int mode,
    68         int mode,
    69         int page,
    69         int page,
    93      * Pointer to document loader object.
    93      * Pointer to document loader object.
    94      */
    94      */
    95     HbDocumentLoader *mLoader;
    95     HbDocumentLoader *mLoader;
    96 
    96 
    97     /*!
    97     /*!
    98      * True, if a mode has been selected. False otherwise.
       
    99      */
       
   100     bool mValid;
       
   101     
       
   102     /*!
       
   103      * List of sequrity modes. This list is tied to the radio buttons during
    98      * List of sequrity modes. This list is tied to the radio buttons during
   104      * the initialization of the page.
    99      * the initialization of the page.
   105      */
   100      */
   106     QList<int> mSecModes;
   101     QList<int> mSecModes;
   107     
   102