summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper.h b/helper.h
index 0169491..ced3e59 100644
--- a/helper.h
+++ b/helper.h
@@ -11,7 +11,7 @@ class QLabel;
namespace Helper {
QIcon iconFromQChar(const QChar &c, int pixelSize);
QAction* createSeparator(QObject *parent);
- quint64 lengthInSeconds(const QString &file);
+ int lengthInSeconds(const QString &file);
QColor colorFromLabel(QLabel *l);
void fillLabel(QLabel *l, QColor c);
}