diff options
Diffstat (limited to 'helper.h')
-rw-r--r-- | helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); |