diff options
| author | Peter Penz <[email protected]> | 2007-11-07 20:10:13 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-11-07 20:10:13 +0000 |
| commit | cd7b4f80e8a6c0aab5b195f5ca9a9239e0005b50 (patch) | |
| tree | ce267927f3e6379c1175216d12ea901d0704d54f | |
| parent | 622ff1f691d46bf26a032c924be659743861aeee (diff) | |
showColumn() does not need to be a slot
svn path=/trunk/KDE/kdebase/apps/; revision=734000
| -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(); |
