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 5955320..0ca967d 100644
--- a/helper.h
+++ b/helper.h
@@ -27,6 +27,7 @@ namespace Helper {
QPair<QString, QStringList> programData(const QString &prefix, const QString &preferred = QString());
const QString durationFromSecs(qint64 secs);
QVariant bytesFromUnit(QVariant number, const QString unit);
+ const QStringList toStringList(const QList<QVariant> &list);
class SortFileInfoList : public std::binary_function<QFileInfo, QFileInfo, bool> {
public:
bool operator()(const QFileInfo &lhs, const QFileInfo &rhs) const;