diff options
Diffstat (limited to 'viewer.h')
-rw-r--r-- | viewer.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ class Viewer : public QWidget { public: Viewer(QWidget *parent = 0, Qt::WindowFlags f = 0); void setFile(const QString &file, bool allFiles = true); + void preview(const QString &file); protected: virtual void wheelEvent(QWheelEvent *event); |