When setting packageOperations, use QMap, not QHash, since QHash is not currently supported.
This commit is contained in:
parent
f84da1e013
commit
d0321fdf4f
@ -127,7 +127,7 @@ NetInstallViewStep::onLeave()
|
|||||||
|
|
||||||
if ( !m_widget->selectedPackages().empty() )
|
if ( !m_widget->selectedPackages().empty() )
|
||||||
{
|
{
|
||||||
QHash<QString, QVariant> packagesWithOperation;
|
QMap<QString, QVariant> packagesWithOperation;
|
||||||
// Gets all packages selected in the page; includes groups that are
|
// Gets all packages selected in the page; includes groups that are
|
||||||
// selected by default but not displayed.
|
// selected by default but not displayed.
|
||||||
packagesWithOperation.insert( "install", m_widget->selectedPackages() );
|
packagesWithOperation.insert( "install", m_widget->selectedPackages() );
|
||||||
|
Loading…
Reference in New Issue
Block a user