forked from qt-creator/qt-creator
Extensionsystem: Modernize
modernize-use-auto modernize-use-nullptr modernize-use-override modernize-use-equals-default Change-Id: I20b4508e98ad3f8d6cd0ca2339bfc4c7dcb2ef2c Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -34,7 +34,7 @@ InvokerBase::InvokerBase()
|
||||
nag = true;
|
||||
success = true;
|
||||
connectionType = Qt::AutoConnection;
|
||||
target = 0;
|
||||
target = nullptr;
|
||||
}
|
||||
|
||||
InvokerBase::~InvokerBase()
|
||||
|
||||
Reference in New Issue
Block a user