ModelEditor: Replace 0 with nullptr in plugin

Change-Id: I38b34213790dd165637d0d5096a4640eb43e8e0c
Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
Jochen Becher
2017-07-30 22:12:58 +02:00
parent 16b2b16238
commit 40acf8c191
34 changed files with 114 additions and 114 deletions

View File

@@ -48,7 +48,7 @@ namespace Internal {
class ModelDocument::ModelDocumentPrivate {
public:
ExtDocumentController *documentController = 0;
ExtDocumentController *documentController = nullptr;
};
ModelDocument::ModelDocument(QObject *parent)