summaryrefslogtreecommitdiffstats
path: root/helper.h
blob: 70d283673502b47392a6ec9f343d22b60ff1d3a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef HELPER_H
#define HELPER_H

#include <QIcon>
#include <QChar>

class QAction;

namespace Helper {
    QIcon iconFromQChar(const QChar &c, int pixelSize);
    QAction* createSeparator(QObject *parent);
    quint64 lengthInSeconds(const QString &file);
}

#endif // HELPER_H