diff options
| author | Peter Penz <[email protected]> | 2011-11-29 22:01:16 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-11-29 22:03:26 +0100 |
| commit | 3719ce7d2a7f4ee6a0585763139eea8f7786630c (patch) | |
| tree | a93f357f440ac5866020ba69dc5815d927c3c3f7 /src/views/dolphinview.h | |
| parent | 4cd8ebff82cd215cc5a7c5b004207b0b0eda6734 (diff) | |
Reactivate the "Open folders during drag operations" feature
The feature got temporary lost due to the port to the new view
engine.
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index e0be25e42..9111516b4 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -555,6 +555,7 @@ private slots: void activate(); void slotItemActivated(int index); + void slotItemsActivated(const QSet<int>& indexes); void slotItemMiddleClicked(int index); void slotItemContextMenuRequested(int index, const QPointF& pos); void slotViewContextMenuRequested(const QPointF& pos); |
