diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphincolumnview.h | 2 |
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(); |
