]> cloud.milkyroute.net Git - dolphin.git/commitdiff
SVN_SILENT: documentation fixes
authorPeter Penz <peter.penz19@gmail.com>
Sun, 10 Oct 2010 12:05:11 +0000 (12:05 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Sun, 10 Oct 2010 12:05:11 +0000 (12:05 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=1184468

src/views/dolphinviewcontroller.h

index 6eed68e1a0e07880cad05cc686b953457974a9d3..ea002792891bcccd9ac25a486553319ba4804df5 100644 (file)
@@ -37,7 +37,7 @@ class QPoint;
  * The DolphinView connects to the signals of DolphinViewController to react on changes
  * that have been triggered by the view mode implementations. The view mode implementations
  * have read access to the whole DolphinView by DolphinViewController::view(). Limited control of the
- * DolphinView by the view mode implementations are defined by the public DolphinController methods.
+ * DolphinView by the view mode implementations are defined by the public DolphinViewController methods.
  */
 class LIBDOLPHINPRIVATE_EXPORT DolphinViewController : public QObject
 {
@@ -61,7 +61,7 @@ public:
 
     /**
      * Changes the current view mode implementation where the controller is working.
-     * This is only necessary for views like the tree view, where internally
+     * This is only necessary for views like the column view, where internally
      * several QAbstractItemView instances are used.
      */
     void setItemView(QAbstractItemView* view);