summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtreeview/tst_qtreeview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtreeview/tst_qtreeview.cpp')
-rw-r--r--tests/auto/qtreeview/tst_qtreeview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qtreeview/tst_qtreeview.cpp b/tests/auto/qtreeview/tst_qtreeview.cpp
index 1f0c2cee7e..f03e07ab38 100644
--- a/tests/auto/qtreeview/tst_qtreeview.cpp
+++ b/tests/auto/qtreeview/tst_qtreeview.cpp
@@ -3800,7 +3800,7 @@ class Model_11466 : public QAbstractItemModel
{
Q_OBJECT
public:
- Model_11466(QObject *parent) :
+ Model_11466(QObject * /* parent */) :
m_block(false)
{
// set up the model to have two top level items and a few others
@@ -3817,7 +3817,7 @@ public:
return 2; // two top level items
}
- int columnCount(const QModelIndex &parent) const
+ int columnCount(const QModelIndex & /* parent */) const
{
return 2;
}