Fix linux compilation

This commit is contained in:
zhupengfei
2020-04-22 22:18:25 +08:00
parent fa7aecaf37
commit 11e728ac4e
+1 -1
View File
@@ -191,7 +191,7 @@ void ImportDialog::InsertSecondLevelItem(std::size_t row, const Core::ContentSpe
auto* checkBox = new QCheckBox();
checkBox->setStyleSheet(QStringLiteral("margin-left:7px"));
// HACK: The checkbox is used to record ID. Is there a better way?
checkBox->setProperty("id", id);
checkBox->setProperty("id", static_cast<unsigned long long>(id));
const bool use_title_view = ui->title_view_button->isChecked();