aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/icodestylepreferencesfactory.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2018-05-07 17:31:08 +0200
committerTobias Hunger <tobias.hunger@qt.io>2018-05-08 07:41:56 +0000
commit2bd400be5f4fa8f153bec07f3659c7f4ec3b861d (patch)
tree423609dc35d1afc5443a863232aa61d84a23a0e6 /src/plugins/texteditor/icodestylepreferencesfactory.h
parent5c56f6878e559f5fd42fd152df90140121ff8ee5 (diff)
TextEditor: Consistently use nullptr
Fixed by clang-tidy modernize-use-nullptr. Change-Id: I7170c4cb1eef0aa5cd2b10d626ebcae38090a713 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/texteditor/icodestylepreferencesfactory.h')
-rw-r--r--src/plugins/texteditor/icodestylepreferencesfactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/texteditor/icodestylepreferencesfactory.h b/src/plugins/texteditor/icodestylepreferencesfactory.h
index 46fa219a67..8fbc49e036 100644
--- a/src/plugins/texteditor/icodestylepreferencesfactory.h
+++ b/src/plugins/texteditor/icodestylepreferencesfactory.h
@@ -40,7 +40,7 @@ class TEXTEDITOR_EXPORT ICodeStylePreferencesFactory : public QObject
{
Q_OBJECT
public:
- explicit ICodeStylePreferencesFactory(QObject *parent = 0);
+ explicit ICodeStylePreferencesFactory(QObject *parent = nullptr);
virtual Core::Id languageId() = 0;
virtual QString displayName() = 0;