Core: Qt6 migration, use PySide

This commit is contained in:
wmayer
2022-11-06 14:09:18 +01:00
parent b407332475
commit d6a7b282d5
4 changed files with 6 additions and 6 deletions

View File

@@ -26,8 +26,8 @@
import FreeCAD, FreeCADGui, os, unittest
import tempfile
from PySide2 import QtWidgets, QtCore
from PySide2.QtWidgets import QApplication
from PySide import QtWidgets, QtCore
from PySide.QtWidgets import QApplication
class CallableCheckWarning:
def __call__(self):