From ec80e207cce9ebb55be771603fc47a4e7892fd6c Mon Sep 17 00:00:00 2001 From: zecke Date: Fri, 20 Jun 2003 15:40:07 +0000 Subject: toExtraMap is no more virtual we save custom entries now setExtraMap added as well --- (limited to 'libopie2/opiepim/ocontact.cpp') diff --git a/libopie2/opiepim/ocontact.cpp b/libopie2/opiepim/ocontact.cpp index a2fb68c..be4ce0a 100644 --- a/libopie2/opiepim/ocontact.cpp +++ b/libopie2/opiepim/ocontact.cpp @@ -441,7 +441,7 @@ QString OContact::toRichText() const // name, jobtitle and company if ( !(value = fullName()).isEmpty() ) text += "

" + Qtopia::escapeString(value) + "

"; - + if ( !(value = jobTitle()).isEmpty() ) text += Qtopia::escapeString(value) + "
"; @@ -982,13 +982,7 @@ QString OContact::type() const return QString::fromLatin1( "OContact" ); } -// Definition is missing ! (se) -QMap OContact::toExtraMap() const -{ - qWarning ("Function not implemented: OContact::toExtraMap()"); - QMap useless; - return useless; -} + class QString OContact::recordField( int pos ) const { -- cgit v0.9.0.2