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/pythonindenter.h | |
| 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/pythonindenter.h')
| -rw-r--r-- | src/plugins/pythoneditor/pythonindenter.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/pythoneditor/pythonindenter.h b/src/plugins/pythoneditor/pythonindenter.h index baee5ce78f..414c5dcb25 100644 --- a/src/plugins/pythoneditor/pythonindenter.h +++ b/src/plugins/pythoneditor/pythonindenter.h @@ -31,9 +31,6 @@ namespace PythonEditor { class PythonIndenter : public TextEditor::Indenter { -public: - PythonIndenter() {} - private: bool isElectricCharacter(const QChar &ch) const override; int indentFor(const QTextBlock &block, const TextEditor::TabSettings &tabSettings) override; |
