From: Peter Penz Date: Sun, 10 Oct 2010 12:05:11 +0000 (+0000) Subject: SVN_SILENT: documentation fixes X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/35f8c9d7b077ffff65ad23a5b1813a72465f5bd2 SVN_SILENT: documentation fixes svn path=/trunk/KDE/kdebase/apps/; revision=1184468 --- diff --git a/src/views/dolphinviewcontroller.h b/src/views/dolphinviewcontroller.h index 6eed68e1a..ea0027928 100644 --- a/src/views/dolphinviewcontroller.h +++ b/src/views/dolphinviewcontroller.h @@ -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);