wlanutilities/wlanwizard/t_wlanwizard/stubs/wlanqtutilsap.h
changeset 39 7b3e49e4608a
parent 31 e8f4211554fb
child 43 72ebcbb64834
equal deleted inserted replaced
36:682dd021f9be 39:7b3e49e4608a
   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