mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Fixed the Qt-marked-column-deletion hack on ME, it was performed on SE columns instead.
This commit is contained in:
parent
98954bd582
commit
2d4903da26
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
from qtlib.column import Column
|
from qtlib.column import Column
|
||||||
from ..base.results_model import ResultsModel as ResultsModelBase
|
from ..base.results_model import ResultsModel as ResultsModelBase
|
||||||
from core_se.result_table import ResultTable
|
from core_me.result_table import ResultTable
|
||||||
|
|
||||||
# Little hack to remove the 'marked' column which isn't there in the Qt GUI.
|
# Little hack to remove the 'marked' column which isn't there in the Qt GUI.
|
||||||
del ResultTable.COLUMNS[0]
|
del ResultTable.COLUMNS[0]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user