ModelEditor: Replace 0 with nullptr in modelinglib

Change-Id: I9c0c1c6b0d9410e5f4ece358fc6fd262a15c85fb
Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
Jochen Becher
2017-07-30 23:39:09 +02:00
parent 40acf8c191
commit 247d47c266
107 changed files with 434 additions and 433 deletions

View File

@@ -42,7 +42,7 @@ namespace qmt {
class ConfigController::ConfigControllerPrivate
{
public:
StereotypeController *m_stereotypeController = 0;
StereotypeController *m_stereotypeController = nullptr;
};
ConfigController::ConfigController(QObject *parent)