aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/basefilewizardfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/coreplugin/basefilewizardfactory.cpp')
-rw-r--r--src/plugins/coreplugin/basefilewizardfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/basefilewizardfactory.cpp b/src/plugins/coreplugin/basefilewizardfactory.cpp
index 3e90da89d42..633980bf39c 100644
--- a/src/plugins/coreplugin/basefilewizardfactory.cpp
+++ b/src/plugins/coreplugin/basefilewizardfactory.cpp
@@ -78,7 +78,7 @@ Utils::Wizard *BaseFileWizardFactory::runWizardImpl(const QString &path, QWidget
Id platform,
const QVariantMap &extraValues)
{
- QTC_ASSERT(!path.isEmpty(), return 0);
+ QTC_ASSERT(!path.isEmpty(), return nullptr);
// Create dialog and run it. Ensure that the dialog is deleted when
// leaving the func, but not before the IFileWizardExtension::process