mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52: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 {
|
enum ItemTypes {
|
||||||
AppletType = QGraphicsItem::UserType + 1,
|
AppletType = QGraphicsItem::UserType + 1
|
||||||
LineEditType = QGraphicsItem::UserType + 2
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue