forked from qt-creator/qt-creator
TextEditors: Move manual (un)indent code to document
Change-Id: I01e93a15b8280a55c31db6be28fe6eb39c7babb0 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -513,7 +513,6 @@ signals:
|
||||
|
||||
private:
|
||||
void ctor(const QSharedPointer<BaseTextDocument> &doc);
|
||||
void indentOrUnindent(bool doIndent);
|
||||
void handleHomeKey(bool anchor);
|
||||
void handleBackspaceKey();
|
||||
void moveLineUpDown(bool up);
|
||||
|
||||
Reference in New Issue
Block a user