diff options
Diffstat (limited to 'filesorter.cpp')
-rw-r--r-- | filesorter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filesorter.cpp b/filesorter.cpp index b155a7c..a3bbf5a 100644 --- a/filesorter.cpp +++ b/filesorter.cpp @@ -33,7 +33,7 @@ bool VideoSorter::lessThan(const QModelIndex &source_left, const QModelIndex &so } //now check if we're sorting IconRow - if(source_left.column() == FileWidget::IconRow){ + if(source_left.column() == FileWidget::IconColumn){ return leftData < rightData; } |