We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c3a3f4 commit 36b41a9Copy full SHA for 36b41a9
1 file changed
occt-qt-tools/OcctQtTools.cpp
@@ -8,8 +8,10 @@
8
#include <Standard_Version.hxx>
9
#include <V3d_View.hxx>
10
11
+#include <Standard_WarningsDisable.hxx>
12
#include <QCoreApplication>
13
#include <QGuiApplication>
14
+#include <Standard_WarningsRestore.hxx>
15
16
// ================================================================
17
// Function : qtColorToOcct
0 commit comments