┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-11-07 20:10:13 +0000
committerPeter Penz <[email protected]>2007-11-07 20:10:13 +0000
commitcd7b4f80e8a6c0aab5b195f5ca9a9239e0005b50 (patch)
treece267927f3e6379c1175216d12ea901d0704d54f /src
parent622ff1f691d46bf26a032c924be659743861aeee (diff)
showColumn() does not need to be a slot
svn path=/trunk/KDE/kdebase/apps/; revision=734000
Diffstat (limited to 'src')
-rw-r--r--src/dolphincolumnview.h2
1 files changed, 1 insertions, 1 deletions
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();