Clean unused parameter warning from QItemSelectionModel test

Change-Id: I6bd40e8de7b44630ef5c7475b8159ab9a0361cb9
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
This commit is contained in:
Joni Poikelin 2015-09-28 10:40:22 +03:00
parent ac0184d608
commit 0f48a0ed04

View File

@ -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();