summaryrefslogtreecommitdiff
path: root/tests/auto/qxmlnodemodelindex/tst_qxmlnodemodelindex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qxmlnodemodelindex/tst_qxmlnodemodelindex.cpp')
-rw-r--r--tests/auto/qxmlnodemodelindex/tst_qxmlnodemodelindex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qxmlnodemodelindex/tst_qxmlnodemodelindex.cpp b/tests/auto/qxmlnodemodelindex/tst_qxmlnodemodelindex.cpp
index 1aae169..0e74758 100644
--- a/tests/auto/qxmlnodemodelindex/tst_qxmlnodemodelindex.cpp
+++ b/tests/auto/qxmlnodemodelindex/tst_qxmlnodemodelindex.cpp
@@ -121,7 +121,7 @@ void tst_QXmlNodeModelIndex::copyConstructor() const
/* Take a copy of a temporary. */
{
- /* The extra paranthesis silences a warning on win32-msvc. */
+ /* The extra paranthesis silences a warning on win32-msvc. */
const QXmlNodeModelIndex copy((QXmlNodeModelIndex()));
}
}