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