controlpanelui/src/inc/cpringtoneview.h
changeset 40 593f946f4fec
parent 22 a5692c68d772
equal deleted inserted replaced
22:a5692c68d772 40:593f946f4fec
    42 
    42 
    43 private:
    43 private:
    44     HbListWidget* mToneTypeList;
    44     HbListWidget* mToneTypeList;
    45     XQAiwRequest* mReq;
    45     XQAiwRequest* mReq;
    46     XQApplicationManager mAppMgr;
    46     XQApplicationManager mAppMgr;
    47 
    47     //used to mark if there is a request being processed
    48 private:
    48     bool mProcessing;
    49     void launchMediaFetcher( const QString &strService, const QString &strItface );
    49     
       
    50 private:    
       
    51     void launchMediaFetcher( const QString &strService, const QString &strItface, \
       
    52             const QList<QVariant> &arguments = QList<QVariant>(), const XQRequestInfo &info = XQRequestInfo() );
    50 };
    53 };
    51 
    54 
    52 #endif // CPRINGTONEVIEW_H
    55 #endif // CPRINGTONEVIEW_H