From 4e2d22108d47c227c08c85bd9df31c08c8126c69 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Tue, 10 Oct 2023 13:55:59 -0500 Subject: [PATCH] Update mixins.py PySide6 --- cq_editor/mixins.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cq_editor/mixins.py b/cq_editor/mixins.py index f48f0d2..0605a0c 100644 --- a/cq_editor/mixins.py +++ b/cq_editor/mixins.py @@ -10,7 +10,7 @@ from functools import reduce from operator import add from logbook import Logger -from PyQt5.QtCore import pyqtSlot, QSettings +from PySide6.QtCore import pyqtSlot, QSettings class MainMixin(object): @@ -121,4 +121,4 @@ class ComponentMixin(object): def restoreComponentState(self,store): - pass \ No newline at end of file + pass