summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews/qproxymodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/itemviews/qproxymodel.h')
-rw-r--r--src/gui/itemviews/qproxymodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/itemviews/qproxymodel.h b/src/gui/itemviews/qproxymodel.h
index 62cf33e8a8..420753ccdd 100644
--- a/src/gui/itemviews/qproxymodel.h
+++ b/src/gui/itemviews/qproxymodel.h
@@ -119,7 +119,7 @@ protected:
void disconnectFromModel(const QAbstractItemModel *model) const;
private:
- Q_DECLARE_PRIVATE(QProxyModel)
+ Q_DECLARE_SCOPED_PRIVATE(QProxyModel)
Q_DISABLE_COPY(QProxyModel)
Q_PRIVATE_SLOT(d_func(), void _q_sourceDataChanged(const QModelIndex&,const QModelIndex&))