summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/abtable.h
Side-by-side diff
Diffstat (limited to 'core/pim/addressbook/abtable.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/addressbook/abtable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/pim/addressbook/abtable.h b/core/pim/addressbook/abtable.h
index 53635ee..d5ff279 100644
--- a/core/pim/addressbook/abtable.h
+++ b/core/pim/addressbook/abtable.h
@@ -86,2 +86,3 @@ public:
void setShowCategory( const QString &c );
+ void setShowByLetter( char c );
QString showCategory() const;
@@ -132,2 +133,3 @@ private:
bool asc;
+ char showChar;
QMap<AbTableItem*, Contact> contactList;