From ba00198351b666349501c358e714dbd5624a2840 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 29 Sep 2018 18:22:04 +0200 Subject: Fix 0 as nullptr and remove commented out code --- shemov.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shemov.h') diff --git a/shemov.h b/shemov.h index 13ec741..60a1536 100644 --- a/shemov.h +++ b/shemov.h @@ -29,7 +29,7 @@ class MovieWidget; class SheMov : public QMainWindow { Q_OBJECT public: - SheMov(QWidget *parent = 0, Qt::WindowFlags flags = 0); + SheMov(QWidget *parent = nullptr, Qt::WindowFlags flags = nullptr); enum TabNum { FileManager = 0, Movies = 1, Pictures = 2, ArchiveBrowserTab = 3, RandomDisp = 4 }; virtual ~SheMov() {} -- cgit v1.2.3-70-g09d2