]> cloud.milkyroute.net Git - dolphin.git/commitdiff
showColumn() does not need to be a slot
authorPeter Penz <peter.penz19@gmail.com>
Wed, 7 Nov 2007 20:10:13 +0000 (20:10 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Wed, 7 Nov 2007 20:10:13 +0000 (20:10 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=734000

src/dolphincolumnview.h

index af393ce8185273048367e74f30bef47522140350..30ac7ae710d8fda6b40514d04fea8764971ad594 100644 (file)
@@ -83,13 +83,13 @@ public:
      */
     QString nameFilter() const;
 
-public slots:
     /**
      * Shows the column which represents the URL \a url. If the column
      * is already shown, it gets activated, otherwise it will be created.
      */
     void showColumn(const KUrl& url);
 
+public slots:
     /** @see QAbstractItemView::selectAll() */
     virtual void selectAll();