Fixed usage of QLayout::addWidget

This commit is contained in:
thunder2 2025-07-20 22:15:29 +02:00
parent 6251f36e3e
commit 291b2f7cad
2 changed files with 2 additions and 2 deletions

View file

@ -174,7 +174,7 @@ void HashBox::addAttachments(const QStringList& files,TransferRequestFlags tfl,
hashingInfo.item = file;
hashingInfo.flag = flag;
mHashingInfos.push_back(hashingInfo);
ui->verticalLayout->addWidget(file, 1, 0);
ui->verticalLayout->addWidget(file, 1);
}
QApplication::processEvents();