summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper.h b/helper.h
index cdfcd88..434ba0d 100644
--- a/helper.h
+++ b/helper.h
@@ -48,7 +48,7 @@ namespace Helper {
QPixmap preview(const QString &path);
QImage snapshot(const QString &path, int where);
QVariant picSize(const QString &path);
- PicData convertToPng(PicData data);
+ PicData convertArchivefileToPng(PicData data);
class Duration {
public:
Duration();