From 5ae3cd4ede3f71ad0c1d8d1637b3233b4bab9b60 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Wed, 30 Aug 2023 23:27:52 +0300 Subject: [PATCH] plasma: remove unused Plasma::ItemTypes::LineEditType enum Signed-off-by: Ivailo Monev --- plasma/plasma.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plasma/plasma.h b/plasma/plasma.h index 8926ce51..45235374 100644 --- a/plasma/plasma.h +++ b/plasma/plasma.h @@ -178,8 +178,7 @@ enum IntervalAlignment { }; enum ItemTypes { - AppletType = QGraphicsItem::UserType + 1, - LineEditType = QGraphicsItem::UserType + 2 + AppletType = QGraphicsItem::UserType + 1 }; /**