mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-06 00:38:55 +00:00
Fix build
This commit is contained in:
@@ -208,7 +208,7 @@ void ImportDialog::InsertSecondLevelItem(std::size_t row, const Core::ContentSpe
|
|||||||
|
|
||||||
auto* item = new QTreeWidgetItem{{name, ReadableByteSize(content.maximum_size),
|
auto* item = new QTreeWidgetItem{{name, ReadableByteSize(content.maximum_size),
|
||||||
content.already_exists ? tr("Yes") : tr("No")}};
|
content.already_exists ? tr("Yes") : tr("No")}};
|
||||||
item->setData(0, SpecifierIndexRole, id);
|
item->setData(0, SpecifierIndexRole, static_cast<int>(id));
|
||||||
|
|
||||||
// Set icon
|
// Set icon
|
||||||
QPixmap icon;
|
QPixmap icon;
|
||||||
|
|||||||
Reference in New Issue
Block a user