summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-05-22 14:01:33 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-05-22 14:01:33 +0200
commit610769ca8a18247f4c2a9e50a491ecbaa35cf2b8 (patch)
tree192006474fb5f749a440d51a67931d01fca8f136 /src/widgets
parentfd7bfc618430bbd5e9d4118d264179c22abf3f4a (diff)
implement dragging between top levels
Correctly make use of the topLevelAt() functionality to determine which QWindow should get the drag events.
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/kernel/qwidgetwindow_qpa.cpp2
1 files changed, 0 insertions, 2 deletions
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 <qdebug.h>
-
QT_BEGIN_NAMESPACE
QWidget *qt_button_down = 0; // widget got last button-down