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