aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hal/halplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/hal/halplugin.cpp')
-rw-r--r--src/plugins/General/hal/halplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/hal/halplugin.cpp b/src/plugins/General/hal/halplugin.cpp
index cd4ee96de..d3477fec9 100644
--- a/src/plugins/General/hal/halplugin.cpp
+++ b/src/plugins/General/hal/halplugin.cpp
@@ -210,7 +210,7 @@ QAction *HalPlugin::findAction(const QString &dev_path)
if (action->data().toString() == dev_path)
return action;
}
- return 0;
+ return nullptr;
}
HalDevice *HalPlugin::findDevice(QAction *action)
@@ -232,7 +232,7 @@ HalDevice *HalPlugin::findDevice(QAction *action)
return device;
}
}
- return 0;
+ return nullptr;
}
void HalPlugin::addPath(const QString &path)