mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-25 03:15:44 -05:00
[packagechooser] Warn about weird calling orders
This commit is contained in:
parent
a32dcdad86
commit
86e2e6242f
1 changed files with 4 additions and 0 deletions
|
@ -70,6 +70,10 @@ PackageChooserViewStep::widget()
|
|||
{
|
||||
hookupModel();
|
||||
}
|
||||
else
|
||||
{
|
||||
cWarning() << "PackageChooser Widget created before model.";
|
||||
}
|
||||
}
|
||||
return m_widget;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue