summaryrefslogtreecommitdiffabout
path: root/kabc/vcardparser/vcardline.h
Unidiff
Diffstat (limited to 'kabc/vcardparser/vcardline.h') (more/less context) (show whitespace changes)
-rw-r--r--kabc/vcardparser/vcardline.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kabc/vcardparser/vcardline.h b/kabc/vcardparser/vcardline.h
index 6e74b38..8dc9322 100644
--- a/kabc/vcardparser/vcardline.h
+++ b/kabc/vcardparser/vcardline.h
@@ -60,4 +60,5 @@ class VCardLine
60 */ 60 */
61 void setValue( const QString& value ); 61 void setValueString( const QString& value );
62 void setValue( const QByteArray& value ); 62 void setValueCString( const QCString& value );
63 void setValueBytes( const QByteArray& value );
63 64
@@ -66,3 +67,3 @@ class VCardLine
66 */ 67 */
67 QVariant value() const; 68 QString valueString() const;
68 QByteArray valueBytes() const; 69 QByteArray valueBytes() const;