From 8a6f982632b4f4710576685a5647a771384ab29a Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 6 Jan 2019 19:27:03 +0000 Subject: using override keyword git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8591 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Ui/qsui/filesystembrowser.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/Ui/qsui/filesystembrowser.cpp') 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(sourceModel()); if (source_parent == sm->index(sm->rootPath())) { return QSortFilterProxyModel::filterAcceptsRow(source_row, source_parent); -- cgit v1.2.3-13-gbd6f