Fixes: fakevim: work on indentation

This commit is contained in:
hjk
2009-03-06 13:03:33 +01:00
parent e8703854a2
commit dc8045f5be
4 changed files with 44 additions and 54 deletions

View File

@@ -32,7 +32,6 @@
#include <QtCore/QObject>
#include <QtGui/QTextEdit>
#include <QtGui/QTextBlock>
QT_BEGIN_NAMESPACE
class QString;
@@ -77,7 +76,7 @@ signals:
void writeFileRequested(bool *handled,
const QString &fileName, const QString &contents);
void moveToMatchingParenthesis(bool *moved, bool *forward, QTextCursor *cursor);
void indentRegion(int *amount, QTextBlock begin, QTextBlock end, QChar typedChar);
void indentRegion(int *amount, int beginLine, int endLine, QChar typedChar);
private:
bool eventFilter(QObject *ob, QEvent *ev);