Skip to content

Commit

Permalink
Resolves build issues with Qt6 by removing unused include and functio…
Browse files Browse the repository at this point in the history
…n call.
  • Loading branch information
obelisk79 committed May 25, 2024
1 parent ad7fc03 commit 37e3c77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Mod/CAM/PathSimulator/AppGL/DlgCAMSimulator.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include <QtGui/qwindow.h>
#include <QOpenGLExtraFunctions>
#include <QtGui/qpainter.h>
#include <QtGui/qopenglpaintdevice.h>


namespace MillSim
Expand Down Expand Up @@ -96,7 +95,6 @@ class DlgCAMSimulator: public QWindow, public QOpenGLExtraFunctions
bool mNeedsInitialize = false;

QOpenGLContext* mContext = nullptr;
QOpenGLPaintDevice* mDevice = nullptr;
MillSim::MillSimulation* mMillSimulator = nullptr;
static DlgCAMSimulator* mInstance;
SimStock mStock = {0, 0, 0, 1, 1, 1, 1};
Expand Down

0 comments on commit 37e3c77

Please sign in to comment.