qt: Remove a no longer used function
This commit is contained in:
@@ -90,14 +90,6 @@ setCDROMSpeed(QAbstractItemModel *model, const QModelIndex &idx, uint8_t speed)
|
|||||||
model->setData(i, speed, Qt::UserRole);
|
model->setData(i, speed, Qt::UserRole);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
|
||||||
setCDROMEarly(QAbstractItemModel *model, const QModelIndex &idx, bool early)
|
|
||||||
{
|
|
||||||
auto i = idx.siblingAtColumn(2);
|
|
||||||
model->setData(i, (early == true) ? QObject::tr("On") : QObject::tr("Off"));
|
|
||||||
model->setData(i, early, Qt::UserRole);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
setCDROMType(QAbstractItemModel *model, const QModelIndex &idx, int type)
|
setCDROMType(QAbstractItemModel *model, const QModelIndex &idx, int type)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user