aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/rgscan/rgscanfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/rgscan/rgscanfactory.cpp')
-rw-r--r--src/plugins/General/rgscan/rgscanfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/rgscan/rgscanfactory.cpp b/src/plugins/General/rgscan/rgscanfactory.cpp
index 9e68e89a9..18998ac2c 100644
--- a/src/plugins/General/rgscan/rgscanfactory.cpp
+++ b/src/plugins/General/rgscan/rgscanfactory.cpp
@@ -41,7 +41,7 @@ QObject *RGScanFactory::create(QObject *parent)
QDialog *RGScanFactory::createConfigDialog(QWidget *parent)
{
Q_UNUSED(parent);
- return 0;
+ return nullptr;
}
void RGScanFactory::showAbout(QWidget *parent)