forked from qt-creator/qt-creator
Some clang-tidy -use-modernize-nullptr
Change-Id: I1bed5e85a5b7948d08502a72a10f80baa075c204 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -40,7 +40,7 @@ class CPLUSPLUS_EXPORT CppModelManagerBase : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
CppModelManagerBase(QObject *parent = 0);
|
||||
CppModelManagerBase(QObject *parent = nullptr);
|
||||
~CppModelManagerBase();
|
||||
|
||||
static CppModelManagerBase *instance();
|
||||
|
||||
Reference in New Issue
Block a user