wlanutilities/wlanwizard/t_wlanwizard/stubs/wlanqtutilsap.h
changeset 50 d4198dcb9983
parent 46 2fbd1d709fe7
equal deleted inserted replaced
46:2fbd1d709fe7 50:d4198dcb9983
   112     ~WlanQtUtilsAp();
   112     ~WlanQtUtilsAp();
   113     QVariant value(int identifier) const;
   113     QVariant value(int identifier) const;
   114     void setValue(int identifier, QVariant value );
   114     void setValue(int identifier, QVariant value );
   115     bool operator==(const WlanQtUtilsAp & rhs ) const;
   115     bool operator==(const WlanQtUtilsAp & rhs ) const;
   116     
   116     
   117     static bool compare(
   117     static int compare(
   118         const WlanQtUtilsAp *ap1,
   118         const WlanQtUtilsAp *ap1,
   119         const WlanQtUtilsAp *ap2);
   119         const WlanQtUtilsAp *ap2);
   120 
   120 
   121 private:
   121 private:
   122     WlanQtUtilsApPrivate *d_ptr;
   122     WlanQtUtilsApPrivate *d_ptr;