summaryrefslogtreecommitdiffstats
path: root/viewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'viewer.h')
-rw-r--r--viewer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/viewer.h b/viewer.h
index e5a8a02..c3980c8 100644
--- a/viewer.h
+++ b/viewer.h
@@ -22,6 +22,7 @@ class Viewer : public QWidget {
int mCurIndex;
QLabel *mLabel;
QStringList mFiles;
+ QSize mMaxSize;
};
#endif // VIEWER_H