diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2020-09-15 16:01:44 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2020-09-23 18:10:40 (GMT) |
commit | b7995b62f0270a505f10c5eb625b531024189ada (patch) | |
tree | c43ea48ecd16c3fa191528c0234b3b1ac198192d /Source/QtDialog | |
parent | d827fdb6f99e58e4dfc6fdda3816ed2862e00a95 (diff) | |
download | CMake-b7995b62f0270a505f10c5eb625b531024189ada.zip CMake-b7995b62f0270a505f10c5eb625b531024189ada.tar.gz CMake-b7995b62f0270a505f10c5eb625b531024189ada.tar.bz2 |
QCMakeCacheView: Default to nullptr for parent
Diffstat (limited to 'Source/QtDialog')
-rw-r--r-- | Source/QtDialog/QCMakeCacheView.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |