mirror of
https://github.com/jdegenstein/jmwright-CQ-Editor.git
synced 2025-12-19 22:24:19 +01:00
Update mixins.py PySide6
This commit is contained in:
@@ -10,7 +10,7 @@ from functools import reduce
|
|||||||
from operator import add
|
from operator import add
|
||||||
from logbook import Logger
|
from logbook import Logger
|
||||||
|
|
||||||
from PyQt5.QtCore import pyqtSlot, QSettings
|
from PySide6.QtCore import pyqtSlot, QSettings
|
||||||
|
|
||||||
class MainMixin(object):
|
class MainMixin(object):
|
||||||
|
|
||||||
@@ -121,4 +121,4 @@ class ComponentMixin(object):
|
|||||||
|
|
||||||
def restoreComponentState(self,store):
|
def restoreComponentState(self,store):
|
||||||
|
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user