summaryrefslogtreecommitdiffstats
path: root/hyperui/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'hyperui/global.h')
-rw-r--r--hyperui/global.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/hyperui/global.h b/hyperui/global.h
index c28e282..7fb0237 100644
--- a/hyperui/global.h
+++ b/hyperui/global.h
@@ -33,10 +33,15 @@
#define GLOBAL_H
#include <QObject>
+#include <QString>
#include <QEasingCurve>
+class QPainter;
class QPropertyAnimation;
+void drawTextWithShadow(QPainter *painter, int x, int y,
+ const QString &text, const QColor &color);
+
QPropertyAnimation *propertyAnimation(QObject *obj, const char *property, int time,
QEasingCurve::Type type = QEasingCurve::Linear);