summaryrefslogtreecommitdiff
path: root/tests/auto/testplugin/testcppmodels.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testplugin/testcppmodels.h')
-rw-r--r--tests/auto/testplugin/testcppmodels.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/testplugin/testcppmodels.h b/tests/auto/testplugin/testcppmodels.h
index 03b598c4..44de1ca3 100644
--- a/tests/auto/testplugin/testcppmodels.h
+++ b/tests/auto/testplugin/testcppmodels.h
@@ -114,13 +114,13 @@ public:
virtual bool canFetchMore(const QModelIndex &parent) const
{
- Q_UNUSED(parent)
+ Q_UNUSED(parent);
return true;
}
virtual void fetchMore(const QModelIndex & parent)
{
- Q_UNUSED(parent)
+ Q_UNUSED(parent);
addMoreData();
}