Gui: remove support of using deprecated Qt OpenGL API

This commit is contained in:
wmayer
2022-01-26 14:46:41 +01:00
parent b3e2c87530
commit daf1269497
20 changed files with 22 additions and 1261 deletions

View File

@@ -767,9 +767,6 @@ SplitView3DInventor::SplitView3DInventor(int views, Gui::Document* pcDocument, Q
if (samples > 1) {
glformat = true;
#if !defined(HAVE_QT5_OPENGL)
f.setSampleBuffers(true);
#endif
f.setSamples(samples);
}
else if (samples > 0) {