From: Peter Penz Date: Wed, 7 Nov 2007 20:10:13 +0000 (+0000) Subject: showColumn() does not need to be a slot X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/cd7b4f80e8a6c0aab5b195f5ca9a9239e0005b50?ds=sidebyside showColumn() does not need to be a slot svn path=/trunk/KDE/kdebase/apps/; revision=734000 --- diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index af393ce81..30ac7ae71 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -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();