aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/modeltest/modeltest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/modeltest/modeltest.cpp')
-rw-r--r--src/shared/modeltest/modeltest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/modeltest/modeltest.cpp b/src/shared/modeltest/modeltest.cpp
index 2dfb296b46..75000e9f3b 100644
--- a/src/shared/modeltest/modeltest.cpp
+++ b/src/shared/modeltest/modeltest.cpp
@@ -458,7 +458,7 @@ void ModelTest::data()
*/
void ModelTest::rowsAboutToBeInserted(const QModelIndex &parent, int start, int end)
{
- Q_UNUSED(end);
+ Q_UNUSED(end)
Changing c;
c.parent = parent;
c.oldSize = model->rowCount(parent);