author | eilers <eilers> | 2002-10-13 11:20:14 (UTC) |
---|---|---|
committer | eilers <eilers> | 2002-10-13 11:20:14 (UTC) |
commit | 1cbed80910293516879d9b9308ae36072033f70e (patch) (side-by-side diff) | |
tree | 8120412641f9937eab9f2bb2fd60fb705ef10708 /libopie/pim/ocontact.h | |
parent | 901531f0afcd36e5260cc4b452dde359d82bce85 (diff) | |
download | opie-1cbed80910293516879d9b9308ae36072033f70e.zip opie-1cbed80910293516879d9b9308ae36072033f70e.tar.gz opie-1cbed80910293516879d9b9308ae36072033f70e.tar.bz2 |
Now returning untranslated field names, too
-rw-r--r-- | libopie/pim/ocontact.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libopie/pim/ocontact.h b/libopie/pim/ocontact.h index 756c87d..f916cf2 100644 --- a/libopie/pim/ocontact.h +++ b/libopie/pim/ocontact.h @@ -190,6 +190,7 @@ public: static QStringList fields(); static QStringList trfields(); + static QStringList untrfields(); QString toRichText() const; QMap<int, QString> toMap() const; |