diff options
Diffstat (limited to 'src/dolphincolumnwidget.h')
| -rw-r--r-- | src/dolphincolumnwidget.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dolphincolumnwidget.h b/src/dolphincolumnwidget.h index b8113cd6f..3472f95d8 100644 --- a/src/dolphincolumnwidget.h +++ b/src/dolphincolumnwidget.h @@ -139,8 +139,7 @@ private: IconManager* m_iconManager; - 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; }; inline bool DolphinColumnWidget::isActive() const |
