cleanups of headers
This commit is contained in:
parent
0846a611e9
commit
5389d11483
@ -22,7 +22,6 @@
|
||||
#ifndef APPLETINTERFACE_H
|
||||
#define APPLETINTERFACE_H
|
||||
|
||||
#include <QAbstractAnimation>
|
||||
#include <QQuickItem>
|
||||
#include <QScriptValue>
|
||||
|
||||
@ -135,11 +134,6 @@ enum ThemeColors {
|
||||
VisitedLinkColor = Plasma::Theme::VisitedLinkColor
|
||||
};
|
||||
|
||||
enum AnimationDirection {
|
||||
AnimationForward = QAbstractAnimation::Forward,
|
||||
AnimationBackward = QAbstractAnimation::Backward
|
||||
};
|
||||
|
||||
enum IntervalAlignment {
|
||||
NoAlignment = 0,
|
||||
AlignToMinute,
|
||||
|
Loading…
x
Reference in New Issue
Block a user