summaryrefslogtreecommitdiff
path: root/tests/auto/qml
diff options
context:
space:
mode:
authorChristian Kamm <christian.d.kamm@nokia.com>2011-10-17 13:56:48 +0200
committerChristian Kamm <christian.d.kamm@nokia.com>2011-10-19 08:33:21 +0200
commit4a487b1addb1a2be1b66c1b5ccaf3afc45b7f64c (patch)
tree1f7f79fd4f61daeee6b3d66dd64aa52992152016 /tests/auto/qml
parent6f613bc2f17cd7ea3558e1179e41a16be5fd33e0 (diff)
downloadqt-creator-4a487b1addb1a2be1b66c1b5ccaf3afc45b7f64c.tar.gz
QmlJS indenter: Move reusable code to qmljs lib.
Change-Id: I5ab50b586109a9736cda48245807571ce10dfb5b Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
Diffstat (limited to 'tests/auto/qml')
-rw-r--r--tests/auto/qml/qmleditor/qmlcodeformatter/tst_qmlcodeformatter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qmleditor/qmlcodeformatter/tst_qmlcodeformatter.cpp b/tests/auto/qml/qmleditor/qmlcodeformatter/tst_qmlcodeformatter.cpp
index acfa4608b0..6b8a86fb34 100644
--- a/tests/auto/qml/qmleditor/qmlcodeformatter/tst_qmlcodeformatter.cpp
+++ b/tests/auto/qml/qmleditor/qmlcodeformatter/tst_qmlcodeformatter.cpp
@@ -135,7 +135,7 @@ void checkIndent(QList<Line> data, int style = 0)
QString text = concatLines(data);
QTextDocument document(text);
- QtStyleCodeFormatter formatter;
+ CreatorCodeFormatter formatter;
int i = 0;
foreach (const Line &l, data) {