mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-03-20 06:11:39 +00:00
Adapted qt layer to recent changes to the core (core initialization and core connection).
--HG-- branch : objp
This commit is contained in:
@@ -17,7 +17,6 @@ class ResultsModel(Table):
|
||||
def __init__(self, app, view):
|
||||
model = app.model.result_table
|
||||
Table.__init__(self, model, view)
|
||||
self.model.connect()
|
||||
|
||||
app.prefsChanged.connect(self.appPrefsChanged)
|
||||
app.willSavePrefs.connect(self.appWillSavePrefs)
|
||||
|
||||
Reference in New Issue
Block a user