summaryrefslogtreecommitdiff
path: root/src/plugins/pythoneditor/pythonindenter.h
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2018-11-23 23:23:01 +0100
committerAlessandro Portale <alessandro.portale@qt.io>2018-11-30 16:50:50 +0000
commit45db65e09c32cfa349aa69803213d32074f5db2d (patch)
treeeff7f9f1472de1707f98032e4f37cc4ed57f7c30 /src/plugins/pythoneditor/pythonindenter.h
parentce8b2edc8ed07b023bbe11f462fbb58e8c9d3768 (diff)
downloadqt-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.h3
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;