mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 18:05:36 -04:00
Actually set the selection model on the superclass.
This commit is contained in:
parent
55c52e654a
commit
110344e548
1 changed files with 1 additions and 0 deletions
|
@ -497,6 +497,7 @@ PartitionLabelsView::setCustomNewRootLabel( const QString& text )
|
||||||
void
|
void
|
||||||
PartitionLabelsView::setSelectionModel( QItemSelectionModel* selectionModel )
|
PartitionLabelsView::setSelectionModel( QItemSelectionModel* selectionModel )
|
||||||
{
|
{
|
||||||
|
QAbstractItemView::setSelectionModel( selectionModel );
|
||||||
connect( selectionModel, &QItemSelectionModel::selectionChanged,
|
connect( selectionModel, &QItemSelectionModel::selectionChanged,
|
||||||
this, [=]
|
this, [=]
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue