summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2017-03-05 17:23:33 +0100
committerArno <arno@disconnect.de>2017-03-05 17:23:33 +0100
commit2ff72f033af3f24ffb816bc19a34fc794f585775 (patch)
treebe21b99d6ac7ebf60d398daca79567bb6e5b0565 /helper.h
parent51990db36b7b4c1ff8ca72ff16ded36c72be24b9 (diff)
downloadBeetPlayer-2ff72f033af3f24ffb816bc19a34fc794f585775.tar.gz
BeetPlayer-2ff72f033af3f24ffb816bc19a34fc794f585775.tar.bz2
BeetPlayer-2ff72f033af3f24ffb816bc19a34fc794f585775.zip
Implement statusBar
Display in statusBar: * viewMode * number of files in playlist * length of playlist in h:m:s * player status (Stopped, Playing, Paused)
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper.h b/helper.h
index 9b4a5c9..70d2836 100644
--- a/helper.h
+++ b/helper.h
@@ -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