diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2011-09-30 15:33:53 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-09-30 08:05:58 +0200 |
commit | d59c6ba36cdcc85f66019ab90bfcaeb734501010 (patch) | |
tree | 9c8592ce311c296485cd1e8bd2892646f590ce05 /src/shared/qtgradienteditor/qtgradientstopswidget.cpp | |
parent | 713fc5adc6c08c4e4779d814d616a31ac349330d (diff) | |
download | qttools-d59c6ba36cdcc85f66019ab90bfcaeb734501010.tar.gz |
Fixed compile (QMimeData header change)
Fixes the breakage caused by e9ccc40c28d11d7d17e6c79a627590f730b7c120
in qtbase.
Change-Id: Id77ca08ad9b207d1a661c9d45f560423bb9d0285
Reviewed-on: http://codereview.qt-project.org/5829
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Diffstat (limited to 'src/shared/qtgradienteditor/qtgradientstopswidget.cpp')
-rw-r--r-- | src/shared/qtgradienteditor/qtgradientstopswidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/qtgradienteditor/qtgradientstopswidget.cpp b/src/shared/qtgradienteditor/qtgradientstopswidget.cpp index c110d7c61..dad2a3126 100644 --- a/src/shared/qtgradienteditor/qtgradientstopswidget.cpp +++ b/src/shared/qtgradienteditor/qtgradientstopswidget.cpp @@ -43,6 +43,7 @@ #include "qtgradientstopsmodel.h" #include <QtCore/QMap> +#include <QtCore/QMimeData> #include <QtGui/QImage> #include <QtGui/QPainter> #include <QtWidgets/QScrollBar> |