diff options
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 8cf23c298..cadf3e754 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -797,6 +797,11 @@ private Q_SLOTS: void observeCreatedItem(const QUrl &url); /** + * Selects the next item after prev selection deleted/trashed + */ + void selectNextItem(); + + /** * Called when a redirection happens. * Testcase: fish://localhost */ @@ -893,6 +898,7 @@ private: bool m_isFolderWritable; bool m_dragging; // True if a dragging is done. Required to be able to decide whether a // tooltip may be shown when hovering an item. + bool m_selectNextItem; enum class LoadingState { Idle, Loading, Canceled, Completed }; LoadingState m_loadingState = LoadingState::Idle; |
