forked from qt-creator/qt-creator
PythonEditor: Modernize
modernize-* Change-Id: I3d8a79b59822f9d13f90730b770121dbf582da84 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user