[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
committed by
WandererFan
parent
a207d11fa4
commit
e92ed45df9
@@ -161,7 +161,7 @@ void DlgBindSheet::accept()
|
||||
try {
|
||||
const char* ref = ui->comboBox->itemData(ui->comboBox->currentIndex())
|
||||
.toByteArray()
|
||||
.constData();// clazy:exclude=returning-data-from-temporary
|
||||
.constData(); // clazy:exclude=returning-data-from-temporary
|
||||
auto obj = sheet;
|
||||
if (ref[0]) {
|
||||
const char* sep = strchr(ref, '#');
|
||||
|
||||
Reference in New Issue
Block a user