#ifndef HELPER_H #define HELPER_H #include #include #include class QAction; class QLabel; namespace Helper { QIcon iconFromQChar(const QChar &c, int pixelSize); QAction* createSeparator(QObject *parent); int lengthInSeconds(const QString &file); QColor colorFromLabel(QLabel *l); void fillLabel(QLabel *l, QColor c); } #endif // HELPER_H