diff options
| author | Peter Penz <[email protected]> | 2010-01-06 18:40:55 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-01-06 18:40:55 +0000 |
| commit | b93b305d2ea75a1dd5c5953fb16374038d64f498 (patch) | |
| tree | 58d9253658ee302c22937e5b6f2972400a717adb /src/dolphincolumnview.h | |
| parent | 923a47290f4a8472199733a85fa1f19ef130e9aa (diff) | |
It is possible that the selection of an inactive column gets changed (e. g. by the selection markers). In this case the column should get active.
BUG: 188979
svn path=/trunk/KDE/kdebase/apps/; revision=1070789
Diffstat (limited to 'src/dolphincolumnview.h')
| -rw-r--r-- | src/dolphincolumnview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index c73ffc094..d4da86657 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -85,6 +85,8 @@ public: */ KFileItem itemAt(const QPoint& pos) const; + virtual void setSelectionModel(QItemSelectionModel* model); + protected: virtual QStyleOptionViewItem viewOptions() const; virtual void startDrag(Qt::DropActions supportedActions); |
