summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--filesorter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/filesorter.h b/filesorter.h
index 968edf2..e54d744 100644
--- a/filesorter.h
+++ b/filesorter.h
@@ -6,7 +6,7 @@
class FileSorter : public QSortFilterProxyModel {
Q_OBJECT
public:
- explicit FileSorter(QObject *parent = 0);
+ explicit FileSorter(QObject *parent = nullptr);
protected:
virtual bool lessThan(const QModelIndex &source_left, const QModelIndex &source_right) const;
@@ -15,7 +15,7 @@ class FileSorter : public QSortFilterProxyModel {
class VideoSorter : public QSortFilterProxyModel {
Q_OBJECT
public:
- explicit VideoSorter(QObject *parent = 0);
+ explicit VideoSorter(QObject *parent = nullptr);
protected:
virtual bool lessThan(const QModelIndex &source_left, const QModelIndex &source_right) const;