summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/itemmodels
diff options
context:
space:
mode:
authorJoni Poikelin <joni.poikelin@theqtcompany.com>2015-09-28 10:40:22 +0300
committerJoni Poikelin <joni.poikelin@theqtcompany.com>2015-09-30 06:36:21 +0000
commit0f48a0ed0454ad1fd4145c376a3e92991ee1b31e (patch)
tree7040c7473d567c26a1132ed9da2f9ce72df0d71f /tests/auto/corelib/itemmodels
parentac0184d6085d9e4f7f59352e563055311f4d8792 (diff)
Clean unused parameter warning from QItemSelectionModel test
Change-Id: I6bd40e8de7b44630ef5c7475b8159ab9a0361cb9 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Diffstat (limited to 'tests/auto/corelib/itemmodels')
-rw-r--r--tests/auto/corelib/itemmodels/qitemselectionmodel/tst_qitemselectionmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/corelib/itemmodels/qitemselectionmodel/tst_qitemselectionmodel.cpp b/tests/auto/corelib/itemmodels/qitemselectionmodel/tst_qitemselectionmodel.cpp
index 888ffba282..38e2900c25 100644
--- a/tests/auto/corelib/itemmodels/qitemselectionmodel/tst_qitemselectionmodel.cpp
+++ b/tests/auto/corelib/itemmodels/qitemselectionmodel/tst_qitemselectionmodel.cpp
@@ -2808,7 +2808,7 @@ public:
QModelIndex tl;
QModelIndex br;
public slots:
- void changed(const QItemSelection &selected, const QItemSelection &deselected)
+ void changed(const QItemSelection &, const QItemSelection &deselected)
{
tl = deselected.first().topLeft();
br = deselected.first().bottomRight();