summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/icodestylepreferencesfactory.h
diff options
context:
space:
mode:
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;