mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-25 03:15:44 -05: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
|
||||
PartitionLabelsView::setSelectionModel( QItemSelectionModel* selectionModel )
|
||||
{
|
||||
QAbstractItemView::setSelectionModel( selectionModel );
|
||||
connect( selectionModel, &QItemSelectionModel::selectionChanged,
|
||||
this, [=]
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue