aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Ui/qsui/filesystembrowser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Ui/qsui/filesystembrowser.cpp')
-rw-r--r--src/plugins/Ui/qsui/filesystembrowser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Ui/qsui/filesystembrowser.cpp b/src/plugins/Ui/qsui/filesystembrowser.cpp
index fa017bb17..099b85e62 100644
--- a/src/plugins/Ui/qsui/filesystembrowser.cpp
+++ b/src/plugins/Ui/qsui/filesystembrowser.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2013-2017 by Ilya Kotov *
+ * Copyright (C) 2013-2019 by Ilya Kotov *
* forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -41,7 +41,7 @@ public:
protected:
virtual bool filterAcceptsRow(
- int source_row, const QModelIndex &source_parent) const{
+ int source_row, const QModelIndex &source_parent) const override {
QFileSystemModel *sm = qobject_cast<QFileSystemModel*>(sourceModel());
if (source_parent == sm->index(sm->rootPath())) {
return QSortFilterProxyModel::filterAcceptsRow(source_row, source_parent);