mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-30 18:51:53 +08:00
Another fix for dummy Signal
This commit is contained in:
@@ -14,9 +14,11 @@ except ImportError:
|
||||
QWidget = object
|
||||
|
||||
class QtCore(object):
|
||||
def Signal(*args, **kwargs): pass
|
||||
Qt = object
|
||||
|
||||
def Signal(self, *args, **kwargs):
|
||||
pass
|
||||
|
||||
QtWidgets = QtGui
|
||||
|
||||
has_qt = False
|
||||
|
||||
Reference in New Issue
Block a user