summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/dbus/qdbusperformance/serverobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/dbus/qdbusperformance/serverobject.h')
-rw-r--r--tests/benchmarks/dbus/qdbusperformance/serverobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarks/dbus/qdbusperformance/serverobject.h b/tests/benchmarks/dbus/qdbusperformance/serverobject.h
index 24f1465f6b..f3c2d96f02 100644
--- a/tests/benchmarks/dbus/qdbusperformance/serverobject.h
+++ b/tests/benchmarks/dbus/qdbusperformance/serverobject.h
@@ -38,7 +38,7 @@ class ServerObject: public QObject
Q_OBJECT
Q_CLASSINFO("D-Bus Interface", "org.qtproject.autotests.Performance")
public:
- ServerObject(const QString &objectPath, QDBusConnection conn, QObject *parent = 0)
+ ServerObject(const QString &objectPath, QDBusConnection conn, QObject *parent = nullptr)
: QObject(parent)
{
conn.registerObject(objectPath, this, QDBusConnection::ExportAllSlots);