Merge branch 'master' of ssh://drop.maemo.org/git/mdictionary
[mdictionary] / trunk / src / includes / CommonDictInterface.h
index 83571e4..f3c322a 100644 (file)
@@ -60,7 +60,7 @@ class CommonDictInterface : public QObject {
     virtual DictDialog* dictDialog() = 0;
 
 
-    //! return new, clean copy of plugin with setting set as in Settings*
+    //! returns new, clean copy of plugin with setting set as in Settings*
     virtual CommonDictInterface* getNew(const Settings*) const = 0;
 
     //! returns whether plugin can start searching
@@ -72,7 +72,7 @@ class CommonDictInterface : public QObject {
     //! \returns unique value (unique for every dictionary not plugin
     virtual uint hash() const = 0;
 
-    //! set unique value (unique for every dictionary not plugin)
+    //! sets unique value (unique for every dictionary not plugin)
     virtual void setHash(uint) = 0;
 
     //! returns current plugin settings
@@ -89,7 +89,7 @@ class CommonDictInterface : public QObject {
     */
     virtual QList<Translation*> searchWordList(QString word, int limit=0) = 0;
 
-    //! stop current operation
+    //! stops current operation
     virtual void stop() = 0;
 
   Q_SIGNALS: