Fixed indentation of QML/JS for-statements.

This commit is contained in:
Roberto Raggi
2010-01-19 13:57:59 +01:00
parent 6b6b827d9b
commit e87cd6d1a8
2 changed files with 26 additions and 21 deletions

View File

@@ -63,7 +63,7 @@ private:
QString trimmedCodeLine(const QString &t);
void eraseChar(QString &t, int k, QChar ch) const;
QChar lastParen(const QString &t) const;
QChar lastParen() const;
bool okay(QChar typedIn, QChar okayCh) const;
/*