summaryrefslogtreecommitdiffstats
path: root/viewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'viewer.h')
-rw-r--r--viewer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer.h b/viewer.h
index 8bdf471..5e6279e 100644
--- a/viewer.h
+++ b/viewer.h
@@ -7,7 +7,7 @@ class QLabel;
class Viewer : public QWidget {
public:
- Viewer(QWidget *parent = nullptr, Qt::WindowFlags f = nullptr);
+ Viewer(QWidget *parent = nullptr);
void setFile(const QString &file, bool allFiles = true);
void preview(const QString &file);