diff options
Diffstat (limited to 'helper.h')
-rw-r--r-- | helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ class QAction; namespace Helper { QIcon iconFromQChar(const QChar &c, int pixelSize); QAction* createSeparator(QObject *parent); + quint64 lengthInSeconds(const QString &file); } #endif // HELPER_H |