diff options
| author | Peter Penz <[email protected]> | 2007-11-07 20:09:46 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-11-07 20:09:46 +0000 |
| commit | 622ff1f691d46bf26a032c924be659743861aeee (patch) | |
| tree | 27abbc44061250d069c4417be0bc03e233f3845f /src/dolphincolumnwidget.cpp | |
| parent | 6eba08233b7bcc39d704f142a963682c4bafcf7c (diff) | |
SVN_SILENT: add line break
svn path=/trunk/KDE/kdebase/apps/; revision=733999
Diffstat (limited to 'src/dolphincolumnwidget.cpp')
| -rw-r--r-- | src/dolphincolumnwidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphincolumnwidget.cpp b/src/dolphincolumnwidget.cpp index e2670f10d..2dc3bc153 100644 --- a/src/dolphincolumnwidget.cpp +++ b/src/dolphincolumnwidget.cpp @@ -326,6 +326,7 @@ void DolphinColumnWidget::selectionChanged(const QItemSelection& selected, const selModel->select(selected, QItemSelectionModel::Select); selModel->select(deselected, QItemSelectionModel::Deselect); } + void DolphinColumnWidget::triggerItem(const QModelIndex& index) { const KFileItem item = itemForIndex(index); |
