MCPcopy Create free account
hub / github.com/Neverous/efibooteditor / setData

Method setData

src/bootentrywidget.cpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void BootEntryWidget::setData(const QString &_data)
58{
59 ui->data->setText(_data);
60 ui->data->setStatusTip(_data);
61 ui->data->setHidden(_data.isEmpty());
62}
63
64auto BootEntryWidget::getNextBoot() const -> bool
65{

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.80

Tested by

no test coverage detected