controlpanelui/src/tonefetcher/src/tonefetcher.h
changeset 25 19394c261aa5
parent 15 cc79acdc26cb
--- a/controlpanelui/src/tonefetcher/src/tonefetcher.h	Wed Jun 23 18:13:38 2010 +0300
+++ b/controlpanelui/src/tonefetcher/src/tonefetcher.h	Tue Jul 06 14:17:10 2010 +0300
@@ -39,9 +39,15 @@
     bool isActive();
         
 public slots:
+    /*
+     * tone fetcher service's operation
+     */
     void fetch();
     
 private slots:
+    /*
+     * set the selected tone's path to be the return value
+     */
     void setSelectedPath(const QString &tonePath);
 
 private: