removed debug print
git-svn-id: http://comictagger.googlecode.com/svn/trunk@596 6c5673fe-1810-88d6-992b-cd32ca31540c
This commit is contained in:
parent
9aee5c32eb
commit
9415087da7
@ -101,7 +101,6 @@ class FileSelectionList(QWidget):
|
||||
def getSorting(self):
|
||||
col = self.twList.horizontalHeader().sortIndicatorSection()
|
||||
order = self.twList.horizontalHeader().sortIndicatorOrder()
|
||||
print col,order
|
||||
return col, order
|
||||
|
||||
def setSorting(self, col, order):
|
||||
|
Loading…
x
Reference in New Issue
Block a user