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