wlanutilities/wlanwizard/t_wlanwizard/stubs/wlanqtutilsap.h
changeset 46 2fbd1d709fe7
parent 38 2dc6da6fb431
child 43 72ebcbb64834
equal deleted inserted replaced
45:d9ec2b8c6bad 46:2fbd1d709fe7
   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(
       
   118         const WlanQtUtilsAp *ap1,
       
   119         const WlanQtUtilsAp *ap2);
       
   120 
   117 private:
   121 private:
   118     WlanQtUtilsApPrivate *d_ptr;
   122     WlanQtUtilsApPrivate *d_ptr;
   119 
   123 
   120 };
   124 };
   121 
   125