diff options
| author | Peter Penz <[email protected]> | 2008-04-16 21:08:09 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-04-16 21:08:09 +0000 |
| commit | 3a27f307993829fabfa34e89a8e794e8c5c4ebca (patch) | |
| tree | 40556fa2d2aa057dc7004245060a70b00b18d416 /src/dolphindetailsview.h | |
| parent | eb36093c2c5a8782c7c7f6be92881c108c30a5b1 (diff) | |
* clear the selection toggle when zooming in or out
* clear the selection toggle when using the scroll wheel (this is only a temporary workaround until Qt-issue #200665 has been fixed)
BUG: 159737
svn path=/trunk/KDE/kdebase/apps/; revision=797808
Diffstat (limited to 'src/dolphindetailsview.h')
| -rw-r--r-- | src/dolphindetailsview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index a92e113dd..829e53967 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -26,6 +26,7 @@ #include <libdolphin_export.h> class DolphinController; +class SelectionManager; /** * @brief Represents the details view which shows the name, size, @@ -158,6 +159,7 @@ private: bool m_autoResize; // if true, the columns are resized automatically to the available width DolphinController* m_controller; + SelectionManager* m_selectionManager; QFont m_font; QSize m_decorationSize; |
