summaryrefslogtreecommitdiffstats
path: root/pictureviewer2.h
diff options
context:
space:
mode:
Diffstat (limited to 'pictureviewer2.h')
-rw-r--r--pictureviewer2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pictureviewer2.h b/pictureviewer2.h
index 63b020d..f0c5e71 100644
--- a/pictureviewer2.h
+++ b/pictureviewer2.h
@@ -87,7 +87,7 @@ class PictureViewer2 : public QGraphicsView {
private slots:
void showFile(const PicData &data);
- void constructInfoItem(const PicData &file, QSize picSize);
+ void constructInfoItem(const PicData &file, QSize picSize, bool converted = false);
void constructMappingItem(const PicData &file);
void docFromTree(SmTreeItem *start, QTextCursor *cur, int indent);
void nextFromAll();
@@ -146,6 +146,7 @@ class PictureViewer2 : public QGraphicsView {
bool mShowMarkItem;
bool mShuffle;
QString mCurrentDir;
+ QString mArchiveDir;
};
class PictureViewer2Item : public QGraphicsItem {