]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Some small API docs fixes in DolphinView.
authorFrank Reininghaus <frank78ac@googlemail.com>
Mon, 1 Aug 2011 19:06:38 +0000 (21:06 +0200)
committerFrank Reininghaus <frank78ac@googlemail.com>
Mon, 1 Aug 2011 19:06:38 +0000 (21:06 +0200)
src/views/dolphinview.h

index f5bc7d92278272bffc09312b4eb43f8ef4e46020..3313130a8787668620f9ea831e136fe1c2303de9 100644 (file)
@@ -210,16 +210,16 @@ public:
      */
     bool isZoomOutPossible() const;
 
-    /** Sets the sort order of the items inside a directory (see DolphinView::Sorting). */
+    /** Sets the sorting criterion (e.g., SortByName, SortBySize,...) of the items inside a directory (see DolphinView::Sorting). */
     void setSorting(Sorting sorting);
 
-    /** Returns the sort order of the items inside a directory (see DolphinView::Sorting). */
+    /** Returns the sorting criterion (e.g., SortByName, SortBySize,...) of the items inside a directory (see DolphinView::Sorting). */
     Sorting sorting() const;
 
     /** Sets the sort order (Qt::Ascending or Qt::Descending) for the items. */
     void setSortOrder(Qt::SortOrder order);
 
-    /** Returns the current used sort order (Qt::Ascending or Qt::Descending). */
+    /** Returns the currently used sort order (Qt::Ascending or Qt::Descending). */
     Qt::SortOrder sortOrder() const;
 
     /** Sets a separate sorting with folders first (true) or a mixed sorting of files and folders (false). */
@@ -414,7 +414,7 @@ signals:
      */
     void urlAboutToBeChanged(const KUrl& url);
 
-    /** Is emitted if URL of the view has been changed to \a url. */
+    /** Is emitted if the URL of the view has been changed to \a url. */
     void urlChanged(const KUrl& url);
 
     /**
@@ -651,7 +651,7 @@ private slots:
     /**
      * Observes the item with the URL \a url. As soon as the directory
      * model indicates that the item is available, the item will
-     * get selected and it is assure that the item stays visible.
+     * get selected and it is assured that the item stays visible.
      *
      * @see selectAndScrollToCreatedItem()
      */