Browse Source

don't depend on qtopengl

master
Nils 2 years ago
parent
commit
b21a3e1b4e
  1. 1
      template/qtgui/mainwindow.py

1
template/qtgui/mainwindow.py

@ -30,7 +30,6 @@ from sys import exit as sysexit
#Third Party
from PyQt5 import QtCore, QtGui, QtWidgets
logger.info(f"PyQt Version: {QtCore.PYQT_VERSION_STR}")
#from PyQt5 import QtOpenGL
#Template Modules
from .nsmclient import NSMClient

Loading…
Cancel
Save