get rid of the FontRole enum
This commit is contained in:
parent
83baa3691e
commit
bf79616342
@ -74,12 +74,6 @@ class PLASMA_EXPORT Theme : public QObject
|
|||||||
ViewFocusColor = 2048 /** color for focus effect on view */
|
ViewFocusColor = 2048 /** color for focus effect on view */
|
||||||
};
|
};
|
||||||
|
|
||||||
enum FontRole {
|
|
||||||
DefaultFont = 0, /**< The standard text font */
|
|
||||||
DesktopFont, /**< The standard text font */
|
|
||||||
SmallestFont /**< The smallest readable font */
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Singleton pattern accessor
|
* Singleton pattern accessor
|
||||||
**/
|
**/
|
||||||
|
Loading…
Reference in New Issue
Block a user