https://bugs.kde.org/show_bug.cgi?id=486286
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vkra...@kde.org --- Comment #4 from Nate Graham <n...@kde.org> --- Crashing here: > auto qrCode = Prison::Barcode::create(Prison::QRCode); > if (qrCode) { > if (item) { > qrCode->setData(item->text()); <<<<<<<<<<<<<<<<<< Here > } > BarcodeLabel *qrCodeLabel = new BarcodeLabel(std::move(*qrCode), mw); > layout->addWidget(qrCodeLabel); > } > Maybe item->text() is empty or nullptr and qrCode->setData() can't handle it? Volker, I think you're familiar with this Prison code; any quick thoughts? -- You are receiving this mail because: You are watching all bug changes.