Clean unused parameter warning from QItemSelectionModel test
Change-Id: I6bd40e8de7b44630ef5c7475b8159ab9a0361cb9 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
This commit is contained in:
parent
ac0184d608
commit
0f48a0ed04
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user