forked from qt-creator/qt-creator
Implement Code Style schemes
Task-number: QTCREATORBUG-5092 Change-Id: I218cef02f7c242e4dfae59b1b8021ea618e60d07 Reviewed-on: http://codereview.qt-project.org/5160 Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
This commit is contained in:
@@ -107,7 +107,11 @@ void Indenter::reindent(QTextDocument *doc, const QTextCursor &cursor, const Tex
|
||||
}
|
||||
}
|
||||
|
||||
void Indenter::setCodeStylePreferences(IFallbackPreferences *)
|
||||
void Indenter::setCodeStylePreferences(ICodeStylePreferences *)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void Indenter::invalidateCache(QTextDocument *)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user