PythonEditor: Modernize

modernize-*

Change-Id: I3d8a79b59822f9d13f90730b770121dbf582da84
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Alessandro Portale
2018-11-23 23:23:01 +01:00
parent ce8b2edc8e
commit 45db65e09c
4 changed files with 3 additions and 6 deletions

View File

@@ -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;