author | zecke <zecke> | 2005-06-27 18:10:40 (UTC) |
---|---|---|
committer | zecke <zecke> | 2005-06-27 18:10:40 (UTC) |
commit | c3d21fe2179b4841cc95b4ee9ecac6b053e9ee17 (patch) (unidiff) | |
tree | 08b679694ca1de724e3017f2dd259e47f3498fd1 /libopie2 | |
parent | cecffa1dc3a7bd1526be00e7bc4a4a151e6f2c9c (diff) | |
download | opie-c3d21fe2179b4841cc95b4ee9ecac6b053e9ee17.zip opie-c3d21fe2179b4841cc95b4ee9ecac6b053e9ee17.tar.gz opie-c3d21fe2179b4841cc95b4ee9ecac6b053e9ee17.tar.bz2 |
Add the two new sort flags
-rw-r--r-- | libopie2/opiepim/core/ocontactaccess.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libopie2/opiepim/core/ocontactaccess.h b/libopie2/opiepim/core/ocontactaccess.h index 9a2ecaf..88bf672 100644 --- a/libopie2/opiepim/core/ocontactaccess.h +++ b/libopie2/opiepim/core/ocontactaccess.h | |||
@@ -89,3 +89,3 @@ class OPimContactAccess: public QObject, public OPimAccessTemplate<OPimContact> | |||
89 | SortMiddleName, | 89 | SortMiddleName, |
90 | SortLastName, | 90 | SortLastName, |
91 | SortSuffix, | 91 | SortSuffix, |
@@ -96,3 +96,5 @@ class OPimContactAccess: public QObject, public OPimAccessTemplate<OPimContact> | |||
96 | SortBirthday, | 96 | SortBirthday, |
97 | SortGender | 97 | SortGender, |
98 | SortBirthdayWithoutYear, | ||
99 | SortAnniversaryWithoutYear | ||
98 | }; | 100 | }; |