Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
eb8e4020
Commit
eb8e4020
authored
Mar 12, 2018
by
schultz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed includes for windows core profile
parent
35c87790
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
libs_required/ACG/QtWidgets/QtBaseViewer.hh
libs_required/ACG/QtWidgets/QtBaseViewer.hh
+1
-1
libs_required/ACG/QtWidgets/QtGLGraphicsScene.cc
libs_required/ACG/QtWidgets/QtGLGraphicsScene.cc
+2
-0
widgets/glWidget/QtBaseViewer.cc
widgets/glWidget/QtBaseViewer.cc
+1
-0
No files found.
libs_required/ACG/QtWidgets/QtBaseViewer.hh
View file @
eb8e4020
...
...
@@ -66,8 +66,8 @@
#include "../Math/VectorT.hh"
#include "../Math/GLMatrixT.hh"
#include "../Scenegraph/PickTarget.hh"
#include "../GL/gl.hh"
#include <QGLFormat>
#include <QBoxLayout>
#include <QtNetwork/QUdpSocket>
#include <QWheelEvent>
...
...
libs_required/ACG/QtWidgets/QtGLGraphicsScene.cc
View file @
eb8e4020
...
...
@@ -60,6 +60,8 @@
#include "QtGLGraphicsScene.hh"
#include <QGraphicsSceneMouseEvent>
#include <QApplication>
#include <QPainter>
#include <QPaintengine>
//== NAMESPACES ===============================================================
...
...
widgets/glWidget/QtBaseViewer.cc
View file @
eb8e4020
...
...
@@ -111,6 +111,7 @@
#include <OpenFlipper/common/GlobalOptions.hh>
#include <OpenFlipper/common/RendererInfo.hh>
#include <QopenGLWidget>
//== NAMESPACES ===============================================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment