Merge pull request #124 from Sophist-UK/sophist_fix_test_formats_after-status_counters_update

Fix format test file
This commit is contained in:
Michael Wiencek
2013-06-11 09:15:27 -07:00

View File

@@ -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