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