messagingapp/smartmessaging/ringbc/inc/ringbc_p.h
changeset 27 e4592d119491
parent 23 238255e8b033
child 47 5b14749788d7
child 48 4f501b74aeb1
equal deleted inserted replaced
25:84d9eb65b26f 27:e4592d119491
    58     /**
    58     /**
    59      * Saves the given riging tone. 
    59      * Saves the given riging tone. 
    60      * @param path ringing tone file path.
    60      * @param path ringing tone file path.
    61      * @return error code 
    61      * @return error code 
    62      */  
    62      */  
    63     int saveToneL(const TDesC& aFileName);
    63     void saveToneL(const QString& aFileName);
    64     
    64     
    65     /**
    65     /**
    66      * Returns title for the given ringing tone.
    66      * Returns title for the given ringing tone.
    67      * @param path ringing tone binary file path.
    67      * @param path ringing tone binary file path.
    68      * @return QString title of the ringing tone.
    68      * @return QString title of the ringing tone.