From 4c3d6d9e620df68cdbb4a497a47bb8002ccc2e34 Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 19 Jul 2020 12:36:48 +0200 Subject: Fix Qt::Windowflags nullptr deprecation warnings --- shemov.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shemov.h') 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() {} -- cgit v1.2.3-70-g09d2