summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
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 62919bb..96816b2 100644
--- a/helper.h
+++ b/helper.h
@@ -23,6 +23,7 @@ namespace Helper {
bool removeFromArchive(const QString &filename, const QString &md5);
const QString createArchivePath(const QString &path, const QString &md5, bool withMd5 = false);
QPair<QString, QStringList> programData(const QString &prefix, const QString &preferred = QString());
+ QString durationFromSecs(qint64 secs);
class StringListContains : public std::binary_function<QString, QString, bool> {
public:
bool operator()(const QString s, const QString &part) const;