plasma: remove TODO related to devicenotifier applet

done, see fcc96cd259

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-09-08 01:26:54 +03:00
parent efc37e8962
commit 9bf1356cfd

View file

@ -78,7 +78,7 @@ private:
DeviceNotifierWidget::DeviceNotifierWidget(DeviceNotifier* devicenotifier)
: QGraphicsWidget(devicenotifier),
onlyremovable(true), // TODO: option for it
onlyremovable(true),
m_devicenotifier(devicenotifier),
m_layout(nullptr),
m_title(nullptr)