summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/componentsortfilterproxymodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/componentsortfilterproxymodel.h')
-rw-r--r--src/libs/installer/componentsortfilterproxymodel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/installer/componentsortfilterproxymodel.h b/src/libs/installer/componentsortfilterproxymodel.h
index a6167d17b..12fd0a627 100644
--- a/src/libs/installer/componentsortfilterproxymodel.h
+++ b/src/libs/installer/componentsortfilterproxymodel.h
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** Copyright (C) 2021 The Qt Company Ltd.
+** Copyright (C) 2022 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Installer Framework.
@@ -51,7 +51,7 @@ public:
QVector<QModelIndex> directlyAcceptedIndexes() const;
protected:
- bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const Q_DECL_OVERRIDE;
+ bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const override;
private:
bool acceptsRow(int sourceRow, const QModelIndex &sourceParent, AcceptType *type = nullptr) const;