diff options
| author | Peter Penz <[email protected]> | 2009-12-17 21:07:18 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-12-17 21:07:18 +0000 |
| commit | e15a9f3a8da1907b26195a1833588fc86a9d50ca (patch) | |
| tree | e140f643669f97e4e51ddbbe4c547e2b2a429e8e /src/panels/folders/folderspanel.h | |
| parent | d613313b064ce75b2537f3d0cf08b563ed915574 (diff) | |
* respect the --select startup option
* minor cleanups related to selecting items in general
svn path=/trunk/KDE/kdebase/apps/; revision=1063329
Diffstat (limited to 'src/panels/folders/folderspanel.h')
| -rw-r--r-- | src/panels/folders/folderspanel.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/panels/folders/folderspanel.h b/src/panels/folders/folderspanel.h index 1822d17e0..438a9ee68 100644 --- a/src/panels/folders/folderspanel.h +++ b/src/panels/folders/folderspanel.h @@ -59,15 +59,6 @@ signals: */ void changeUrl(const KUrl& url, Qt::MouseButtons buttons); - /** - * This signal is emitted when the panel requests a change in the - * current selection. The file-management view recieving this signal is - * not required to select all listed files, limiting the selection to - * e.g. the current folder. The new selection will be reported via the - * setSelection slot. - */ - void changeSelection(const KFileItemList& selection); - public slots: /** * Changes the current selection inside the tree to \a url. |
