summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-11-27 10:44:50 +0100
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-12-01 14:09:16 +0000
commitb9659744acecb25887570049d7ce2bc41b974b93 (patch)
treef831f23051e4c268a3d48a7283b5896cd3bdbef9 /tests
parent113a463ff295f62218f97d489c36a369e1a6e7da (diff)
Even more documentation.
Change-Id: Iac3a36a61b883ef9fa80a9b37fdc53a73f2b0e27 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/parser/tst_parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/parser/tst_parser.cpp b/tests/auto/parser/tst_parser.cpp
index a4ad463..8d856ee 100644
--- a/tests/auto/parser/tst_parser.cpp
+++ b/tests/auto/parser/tst_parser.cpp
@@ -65,7 +65,7 @@ void tst_Parser::error()
QScopedPointer<QScxmlStateMachine> stateMachine(QScxmlStateMachine::fromFile(scxmlFileName));
QVERIFY(!stateMachine.isNull());
- QVector<QScxmlError> errors = stateMachine->errors();
+ QVector<QScxmlError> errors = stateMachine->parseErrors();
if (errors.count() != expectedErrors.count()) {
foreach (const QScxmlError &error, errors) {
qDebug() << error.toString();