forked from qt-creator/qt-creator
CppEditor: Fix "! condition" coding style
Change-Id: I216b74933f5e94c49be7f05f0b09ac01b3319d8c Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
This commit is contained in:
@@ -373,7 +373,7 @@ void CppEditorPlugin::onAllTasksFinished(const QString &type)
|
||||
|
||||
void CppEditorPlugin::currentEditorChanged(Core::IEditor *editor)
|
||||
{
|
||||
if (! editor)
|
||||
if (!editor)
|
||||
return;
|
||||
|
||||
if (CPPEditorWidget *textEditor = qobject_cast<CPPEditorWidget *>(editor->widget()))
|
||||
|
||||
Reference in New Issue
Block a user