aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/macros
diff options
context:
space:
mode:
authorJochen Becher <jochen_becher@gmx.de>2015-06-04 12:35:59 +0200
committerJochen Becher <jochen_becher@gmx.de>2015-06-15 08:12:56 +0000
commit431b25ad27e1905060b85ed01dda8dc194e06a21 (patch)
treeaaf231cbdfd5c3ed382d65d4459b37773e7a305f /src/plugins/macros
parentd3118771422c71821908ac2ab88d1dcfba1a4d98 (diff)
Introduce dragging for all explorer nodes.
Extend drop support with variant values. A drop may be a file drop or a value drop or both. Rename Utils::FileDropSupport to Utils::DropSupport and add methods to add not only files but any QVariant value to the mime data. Project explorer adds dragged nodes (which will be needed for future ModelEditor plugin). Change-Id: I799542c60fdecb3e64af0d3ba47b6caa9adbcfd7 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'src/plugins/macros')
-rw-r--r--src/plugins/macros/macroevent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/macros/macroevent.h b/src/plugins/macros/macroevent.h
index f8a83e53eb..a5904da087 100644
--- a/src/plugins/macros/macroevent.h
+++ b/src/plugins/macros/macroevent.h
@@ -34,10 +34,10 @@
#include <coreplugin/id.h>
#include <QMap>
+#include <QVariant>
QT_BEGIN_NAMESPACE
class QByteArray;
-class QVariant;
class QDataStream;
QT_END_NAMESPACE