From 610769ca8a18247f4c2a9e50a491ecbaa35cf2b8 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Sun, 22 May 2011 14:01:33 +0200 Subject: implement dragging between top levels Correctly make use of the topLevelAt() functionality to determine which QWindow should get the drag events. --- src/widgets/kernel/qwidgetwindow_qpa.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/widgets/kernel/qwidgetwindow_qpa.cpp') diff --git a/src/widgets/kernel/qwidgetwindow_qpa.cpp b/src/widgets/kernel/qwidgetwindow_qpa.cpp index 6b890fb941..4bee0f2523 100644 --- a/src/widgets/kernel/qwidgetwindow_qpa.cpp +++ b/src/widgets/kernel/qwidgetwindow_qpa.cpp @@ -44,8 +44,6 @@ #include "private/qwidget_p.h" #include "private/qapplication_p.h" -#include - QT_BEGIN_NAMESPACE QWidget *qt_button_down = 0; // widget got last button-down -- cgit v1.2.3