summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.h')
-rw-r--r--shemov.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shemov.h b/shemov.h
index 38de401..2e57857 100644
--- a/shemov.h
+++ b/shemov.h
@@ -29,7 +29,7 @@ class MovieWidget;
class SheMov : public QMainWindow {
Q_OBJECT
public:
- SheMov(QWidget *parent = nullptr, Qt::WindowFlags flags = nullptr);
+ SheMov(QWidget *parent = nullptr, Qt::WindowFlags flags = Qt::WindowFlags());
enum TabNum { FileManager = 0, Movies = 1, Pictures = 2, ArchiveBrowserTab = 3, RandomDisp = 4 };
virtual ~SheMov() {}