1
0
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:
Virgil Dupras
2012-01-16 09:29:57 -05:00
parent 302050b2d6
commit 4aaff8ffb1
10 changed files with 19 additions and 32 deletions

View File

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