summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/helper.h b/helper.h
index 96816b2..3d01131 100644
--- a/helper.h
+++ b/helper.h
@@ -24,10 +24,6 @@ namespace Helper {
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;
- };
class SortFileInfoList : public std::binary_function<QFileInfo, QFileInfo, bool> {
public:
bool operator()(const QFileInfo &lhs, const QFileInfo &rhs) const;