diff options
Diffstat (limited to 'src/dolphindetailsview.h')
| -rw-r--r-- | src/dolphindetailsview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index e974635e5..f564773bc 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -212,6 +212,9 @@ private: int outsideNearestRightEdge; int insideNearestLeftEdge; int insideNearestRightEdge; + // The set of items that were selected at the time this band was shown. + // NOTE: Unless CTRL was pressed when the band was created, this is always empty. + QItemSelection originalSelection; } m_band; }; |
