mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-10 15:50:50 -06:00
QCMakeCacheView: Default to nullptr for parent
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user