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