From b7995b62f0270a505f10c5eb625b531024189ada Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Tue, 15 Sep 2020 12:01:44 -0400 Subject: QCMakeCacheView: Default to nullptr for parent --- Source/QtDialog/QCMakeCacheView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/QtDialog/QCMakeCacheView.h b/Source/QtDialog/QCMakeCacheView.h index 836a939..11c6d3e 100644 --- a/Source/QtDialog/QCMakeCacheView.h +++ b/Source/QtDialog/QCMakeCacheView.h @@ -48,7 +48,7 @@ class QCMakeCacheModel : public QStandardItemModel { Q_OBJECT public: - QCMakeCacheModel(QObject* parent); + QCMakeCacheModel(QObject* parent = nullptr); ~QCMakeCacheModel(); // roles used to retrieve extra data such has help strings, types of -- cgit v0.12