From cd7b4f80e8a6c0aab5b195f5ca9a9239e0005b50 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 7 Nov 2007 20:10:13 +0000 Subject: [PATCH] showColumn() does not need to be a slot svn path=/trunk/KDE/kdebase/apps/; revision=734000 --- src/dolphincolumnview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.47.3