controlpanelui/src/tonefetcher/src/tonefetcher.h
changeset 25 19394c261aa5
parent 15 cc79acdc26cb
equal deleted inserted replaced
24:f5dfdd5e4a1b 25:19394c261aa5
    37      * currently only one request is allowed.
    37      * currently only one request is allowed.
    38      */
    38      */
    39     bool isActive();
    39     bool isActive();
    40         
    40         
    41 public slots:
    41 public slots:
       
    42     /*
       
    43      * tone fetcher service's operation
       
    44      */
    42     void fetch();
    45     void fetch();
    43     
    46     
    44 private slots:
    47 private slots:
       
    48     /*
       
    49      * set the selected tone's path to be the return value
       
    50      */
    45     void setSelectedPath(const QString &tonePath);
    51     void setSelectedPath(const QString &tonePath);
    46 
    52 
    47 private:
    53 private:
    48     HbMainWindow *mMainWindow;
    54     HbMainWindow *mMainWindow;
    49     int mAsyncRequestIndex;
    55     int mAsyncRequestIndex;