mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
plasma: remove unused Plasma::ItemTypes::LineEditType enum
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
78fa7ed2c6
commit
5ae3cd4ede
1 changed files with 1 additions and 2 deletions
|
@ -178,8 +178,7 @@ enum IntervalAlignment {
|
|||
};
|
||||
|
||||
enum ItemTypes {
|
||||
AppletType = QGraphicsItem::UserType + 1,
|
||||
LineEditType = QGraphicsItem::UserType + 2
|
||||
AppletType = QGraphicsItem::UserType + 1
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue