summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-11-03 10:48:38 +0100
committerArno <arno@disconnect.de>2018-11-03 10:48:38 +0100
commit58f0265365114a8241260d137833437cee3d400b (patch)
tree1820ad6bc2ae1c0f757e1b2aa8e76dffa2e7eee2 /helper.h
parent40566bc0acc854f7bb49bb67ee816314e2943b38 (diff)
downloadSheMov-58f0265365114a8241260d137833437cee3d400b.tar.gz
SheMov-58f0265365114a8241260d137833437cee3d400b.tar.bz2
SheMov-58f0265365114a8241260d137833437cee3d400b.zip
Move fuzzyCheck to Helper namespace
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();