smf/smfservermodule/smfclient/common/smfcontact.cpp
changeset 10 77a56c951f86
parent 7 be09cf1f39dd
child 14 a469c0e6e7fb
equal deleted inserted replaced
7:be09cf1f39dd 10:77a56c951f86
    13 	 * Constructor with default argument
    13 	 * Constructor with default argument
    14 	 * @param aParent The parent object
    14 	 * @param aParent The parent object
    15 	 */
    15 	 */
    16 	SmfContact::SmfContact( QObject *aParent)//:QObject(aParent)
    16 	SmfContact::SmfContact( QObject *aParent)//:QObject(aParent)
    17 	{
    17 	{
       
    18 	        Q_UNUSED(aParent);
    18 		d = new SmfContactPrivate;
    19 		d = new SmfContactPrivate;
    19 	}
    20 	}
    20 	
    21 	
    21 	/**
    22 	/**
    22 	 * Copy Constructor
    23 	 * Copy Constructor
    34 		{
    35 		{
    35 		
    36 		
    36 		}
    37 		}
    37 	QStringList SmfContact::subTypes( ) const
    38 	QStringList SmfContact::subTypes( ) const
    38 			{
    39 			{
    39 		
    40 			    return QStringList();
    40 			}
    41 			}
    41 	
    42 	
    42 	/**
    43 	/**
    43 	 * Method to convert an SmfContact to a QContact
    44 	 * Method to convert an SmfContact to a QContact
    44 	 * Changes made to the returned QContact will not be reflected 
    45 	 * Changes made to the returned QContact will not be reflected 
    45 	 * in its parent SmfContact object
    46 	 * in its parent SmfContact object
    46 	 * @param aContact QContact corresponding to SmfContact 
    47 	 * @param aContact QContact corresponding to SmfContact 
    47 	 */
    48 	 */
    48 	void SmfContact::convert( QContact &aContact ) const
    49 	void SmfContact::convert( QContact &aContact ) const
    49 			{
    50 			{
    50 		
    51 			    Q_UNUSED(aContact);
    51 			}
    52 			}
    52 	
    53 	
    53 	/**
    54 	/**
    54 	 * Method to get the value of a sub field for this contact
    55 	 * Method to get the value of a sub field for this contact
    55 	 * @param aSubType The sub field type 
    56 	 * @param aSubType The sub field type