diff options
Diffstat (limited to 'helper.h')
-rw-r--r-- | helper.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |