Skip to content

Commit 36b41a9

Browse files
committed
Coding - suppress warnings in Qt headers
1 parent 5c3a3f4 commit 36b41a9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

occt-qt-tools/OcctQtTools.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88
#include <Standard_Version.hxx>
99
#include <V3d_View.hxx>
1010

11+
#include <Standard_WarningsDisable.hxx>
1112
#include <QCoreApplication>
1213
#include <QGuiApplication>
14+
#include <Standard_WarningsRestore.hxx>
1315

1416
// ================================================================
1517
// Function : qtColorToOcct

0 commit comments

Comments
 (0)