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 a3f0f3e..d37490e 100644
--- a/helper.h
+++ b/helper.h
@@ -52,6 +52,7 @@ namespace Helper {
PicData convertArchivefileToPng(PicData data);
const QIcon icon(const QColor &bg, const QColor &fg, const QChar c, bool bold, bool drawEllipse);
QAction *createSeparator(QWidget *parent);
+ QStringList fuzzyCheck(const QString &subtitle);
class Duration {
public:
Duration();