QCMakeCacheView: Default to nullptr for parent

This commit is contained in:
Kyle Edwards
2020-09-15 12:01:44 -04:00
parent d827fdb6f9
commit b7995b62f0
+1 -1
View File
@@ -48,7 +48,7 @@ class QCMakeCacheModel : public QStandardItemModel
{ {
Q_OBJECT Q_OBJECT
public: public:
QCMakeCacheModel(QObject* parent); QCMakeCacheModel(QObject* parent = nullptr);
~QCMakeCacheModel(); ~QCMakeCacheModel();
// roles used to retrieve extra data such has help strings, types of // roles used to retrieve extra data such has help strings, types of