From 47c87c92a46f56bc9190025e7a653fa48718431e Mon Sep 17 00:00:00 2001 From: eilers Date: Tue, 28 Dec 2004 14:19:26 +0000 Subject: Fixing bug #1501 and preparing for implementation of generic QueryByExample and sorted for datebook and todo.. --- (limited to 'libopie2/opiepim/backend/ocontactaccessbackend.h') diff --git a/libopie2/opiepim/backend/ocontactaccessbackend.h b/libopie2/opiepim/backend/ocontactaccessbackend.h index ee6dbc2..27d70ab 100644 --- a/libopie2/opiepim/backend/ocontactaccessbackend.h +++ b/libopie2/opiepim/backend/ocontactaccessbackend.h @@ -80,13 +80,13 @@ class OPimContactAccessBackend: public OPimAccessBackend { * @return All settings provided by the current backend * (i.e.: query_WildCards & query_IgnoreCase) */ - virtual const uint querySettings() const; + const uint querySettings() const; /** * Check whether settings are correct. * @return true if the given settings are correct and possible. */ - virtual bool hasQuerySettings (uint querySettings) const; + bool hasQuerySettings (uint querySettings) const; /** * Advanced search mechanism. -- cgit v0.9.0.2