diff options
author | Alessandro Portale <alessandro.portale@qt.io> | 2018-11-23 23:23:01 +0100 |
---|---|---|
committer | Alessandro Portale <alessandro.portale@qt.io> | 2018-11-30 16:50:50 +0000 |
commit | 45db65e09c32cfa349aa69803213d32074f5db2d (patch) | |
tree | eff7f9f1472de1707f98032e4f37cc4ed57f7c30 /src/plugins/pythoneditor/pythoneditorplugin.cpp | |
parent | ce8b2edc8ed07b023bbe11f462fbb58e8c9d3768 (diff) | |
download | qt-creator-45db65e09c32cfa349aa69803213d32074f5db2d.tar.gz |
PythonEditor: Modernize
modernize-*
Change-Id: I3d8a79b59822f9d13f90730b770121dbf582da84
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/pythoneditor/pythoneditorplugin.cpp')
-rw-r--r-- | src/plugins/pythoneditor/pythoneditorplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/pythoneditor/pythoneditorplugin.cpp b/src/plugins/pythoneditor/pythoneditorplugin.cpp index 5dd91d7067..64722ef749 100644 --- a/src/plugins/pythoneditor/pythoneditorplugin.cpp +++ b/src/plugins/pythoneditor/pythoneditorplugin.cpp @@ -99,7 +99,7 @@ private: bool saveRawList(const QStringList &rawList, const QString &fileName); void parseProject(); QStringList processEntries(const QStringList &paths, - QHash<QString, QString> *map = 0) const; + QHash<QString, QString> *map = nullptr) const; QStringList m_rawFileList; QStringList m_files; |