|
|
@ -40,7 +40,6 @@ BootLoaderModel::~BootLoaderModel() {}
|
|
|
|
void
|
|
|
|
void
|
|
|
|
BootLoaderModel::init( const QList< Device* >& devices )
|
|
|
|
BootLoaderModel::init( const QList< Device* >& devices )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
cDebug() << "BLM::init with" << devices.count() << "devices" << rowCount() << "rows";
|
|
|
|
|
|
|
|
beginResetModel();
|
|
|
|
beginResetModel();
|
|
|
|
blockSignals( true );
|
|
|
|
blockSignals( true );
|
|
|
|
|
|
|
|
|
|
|
@ -64,7 +63,6 @@ BootLoaderModel::createMbrItems()
|
|
|
|
void
|
|
|
|
void
|
|
|
|
BootLoaderModel::update()
|
|
|
|
BootLoaderModel::update()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
cDebug() << "BLM::update holds" << m_devices.count() << "devices" << rowCount() << "rows";
|
|
|
|
|
|
|
|
beginResetModel();
|
|
|
|
beginResetModel();
|
|
|
|
blockSignals( true );
|
|
|
|
blockSignals( true );
|
|
|
|
updateInternal();
|
|
|
|
updateInternal();
|
|
|
|