We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1c1e7 commit ba6edebCopy full SHA for ba6edeb
NodeGraphQt/widgets/viewer.py
@@ -5,7 +5,7 @@
5
import Qt
6
from Qt import QtGui, QtCore, QtWidgets
7
8
-# use QOpenGLWidget instead of the deprecated QGLWdiegt to avoid probelms with Wayland
+# use QOpenGLWidget instead of the deprecated QGLWidget to avoid probelms with Wayland
9
if Qt.IsPySide2:
10
from PySide2.QtWidgets import QOpenGLWidget
11
elif Qt.IsPyQt5:
0 commit comments