1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

[#21 state:fixed] Added quicklook support (Cocoa).

This commit is contained in:
Virgil Dupras
2011-09-22 15:59:11 -04:00
parent 8102c89802
commit ae21ff988a
11 changed files with 311 additions and 8 deletions

View File

@@ -43,6 +43,11 @@ class PyResultTable(PyTable):
def selectedDupeCount(self):
return self.py.selected_dupe_count
@signature('@@:i')
def pathAtIndex_(self, index):
row = self.py[index]
return str(row._dupe.path)
# python --> cocoa
def invalidate_markings(self):
self.cocoa.invalidateMarkings()