summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-11-24 17:36:48 +0100
committerArno <arno@disconnect.de>2018-11-24 17:36:48 +0100
commit0d058fda9189f6bf96c70d71ffe1d18ca433e046 (patch)
treedcb50ff3de2f8a609209f5ecd92d2774f19abe4c /helper.h
parentaaf87a077c22cb2491480c8802595edb3e41c944 (diff)
downloadBeetPlayer-0d058fda9189f6bf96c70d71ffe1d18ca433e046.tar.gz
BeetPlayer-0d058fda9189f6bf96c70d71ffe1d18ca433e046.tar.bz2
BeetPlayer-0d058fda9189f6bf96c70d71ffe1d18ca433e046.zip
Fix some clang warnings
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);
}