Skip to content

Commit

Permalink
Add missing QMimeData.h includes.
Browse files Browse the repository at this point in the history
This change is Qt4/Qt5 neutral.
  • Loading branch information
f3nix authored and wwmayer committed Dec 24, 2015
1 parent c2a31fe commit 9aa3cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Gui/PythonConsole.cpp
Expand Up @@ -37,6 +37,7 @@
# include <QTextDocumentFragment>
# include <QTextStream>
# include <QUrl>
# include <QMimeData>
#endif

#include "PythonConsole.h"
Expand Down
1 change: 1 addition & 0 deletions src/Gui/View3DInventor.cpp
Expand Up @@ -44,6 +44,7 @@
# include <QStackedWidget>
# include <QTimer>
# include <QUrl>
# include <QMimeData>
# include <Inventor/actions/SoWriteAction.h>
# include <Inventor/actions/SoGetPrimitiveCountAction.h>
# include <Inventor/nodes/SoDirectionalLight.h>
Expand Down

0 comments on commit 9aa3cfb

Please sign in to comment.