diff options
Diffstat (limited to 'src/draganddrophelper.h')
| -rw-r--r-- | src/draganddrophelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/draganddrophelper.h b/src/draganddrophelper.h index 8003b75d2..8e1e4531f 100644 --- a/src/draganddrophelper.h +++ b/src/draganddrophelper.h @@ -44,7 +44,7 @@ public: static void startDrag(QAbstractItemView* itemView, Qt::DropActions supportedActions); // TODO: remove this method when the issue #160611 is solved in Qt 4.4 - static void drawHoverIndication(QWidget* widget, + static void drawHoverIndication(QAbstractItemView* itemView, const QRect& bounds, const QBrush& brush); }; |
