forked from qt-creator/qt-creator
ModelEditor: Replace 0 with nullptr in modelinglib
Change-Id: I9c0c1c6b0d9410e5f4ece358fc6fd262a15c85fb Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
namespace qmt {
|
||||
|
||||
MCloneVisitor::MCloneVisitor()
|
||||
: m_cloned(0)
|
||||
: m_cloned(nullptr)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -145,7 +145,7 @@ void MCloneVisitor::visitMConnection(const MConnection *connection)
|
||||
}
|
||||
|
||||
MCloneDeepVisitor::MCloneDeepVisitor()
|
||||
: m_cloned(0)
|
||||
: m_cloned(nullptr)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user