diff options
author | Arno <arno@disconnect.de> | 2018-11-24 17:36:48 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-11-24 17:36:48 +0100 |
commit | 0d058fda9189f6bf96c70d71ffe1d18ca433e046 (patch) | |
tree | dcb50ff3de2f8a609209f5ecd92d2774f19abe4c /helper.h | |
parent | aaf87a077c22cb2491480c8802595edb3e41c944 (diff) | |
download | BeetPlayer-0d058fda9189f6bf96c70d71ffe1d18ca433e046.tar.gz BeetPlayer-0d058fda9189f6bf96c70d71ffe1d18ca433e046.tar.bz2 BeetPlayer-0d058fda9189f6bf96c70d71ffe1d18ca433e046.zip |
Fix some clang warnings
Diffstat (limited to 'helper.h')
-rw-r--r-- | helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |