qtmobility/src/contacts/qcontactfilter.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
--- a/qtmobility/src/contacts/qcontactfilter.h	Fri Apr 16 15:51:22 2010 +0300
+++ b/qtmobility/src/contacts/qcontactfilter.h	Mon May 03 13:18:40 2010 +0300
@@ -63,7 +63,7 @@
 {
 public:
     QContactFilter();
-    virtual ~QContactFilter();
+    ~QContactFilter();
     QContactFilter(const QContactFilter& other);
     QContactFilter& operator=(const QContactFilter& other);
 
@@ -91,7 +91,7 @@
         MatchFixedString = Qt::MatchFixedString, // 8
         MatchCaseSensitive = Qt::MatchCaseSensitive, // 16
         MatchPhoneNumber = 1024,
-        MatchKeypadCollation = 1025
+        MatchKeypadCollation = 2048
     };
     Q_DECLARE_FLAGS(MatchFlags, MatchFlag)