mirror of
https://github.com/fergalmoran/picard.git
synced 2026-03-06 13:34:05 +00:00
Merge pull request #124 from Sophist-UK/sophist_fix_test_formats_after-status_counters_update
Fix format test file
This commit is contained in:
@@ -26,12 +26,14 @@ settings = {
|
||||
|
||||
class FakeTagger(QtCore.QObject):
|
||||
|
||||
file_state_changed = QtCore.pyqtSignal(int)
|
||||
tagger_stats_changed = QtCore.pyqtSignal()
|
||||
|
||||
def __init__(self):
|
||||
QtCore.QObject.__init__(self)
|
||||
QtCore.QObject.config = config
|
||||
QtCore.QObject.log = log
|
||||
self.tagger_stats_changed.connect(self.emit)
|
||||
|
||||
|
||||
def emit(self, *args):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user