summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/helper.h b/helper.h
index 70d2836..0169491 100644
--- a/helper.h
+++ b/helper.h
@@ -3,13 +3,17 @@
#include <QIcon>
#include <QChar>
+#include <QColor>
class QAction;
+class QLabel;
namespace Helper {
QIcon iconFromQChar(const QChar &c, int pixelSize);
QAction* createSeparator(QObject *parent);
quint64 lengthInSeconds(const QString &file);
+ QColor colorFromLabel(QLabel *l);
+ void fillLabel(QLabel *l, QColor c);
}
#endif // HELPER_H