diff options
Diffstat (limited to 'src/dolphindetailsview.h')
| -rw-r--r-- | src/dolphindetailsview.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index 295936258..88471746d 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -161,8 +161,7 @@ private: QFont m_font; QSize m_decorationSize; - bool m_dragging; // TODO: remove this property when the issue #160611 is solved in Qt 4.4 - QRect m_dropRect; // TODO: remove this property when the issue #160611 is solved in Qt 4.4 + QRect m_dropRect; bool m_showElasticBand; QPoint m_elasticBandOrigin; |
