summaryrefslogtreecommitdiff
path: root/TelepathyQt/manager-file.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/manager-file.cpp')
-rw-r--r--TelepathyQt/manager-file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt/manager-file.cpp b/TelepathyQt/manager-file.cpp
index f41d9550..816b90f9 100644
--- a/TelepathyQt/manager-file.cpp
+++ b/TelepathyQt/manager-file.cpp
@@ -351,7 +351,7 @@ ParamSpec *ManagerFile::Private::getParameter(const QString &protocol,
return &paramSpec;
}
}
- return NULL;
+ return nullptr;
}
QStringList ManagerFile::Private::protocols() const