summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-09-29 18:22:04 +0200
committerArno <arno@disconnect.de>2018-09-29 18:22:04 +0200
commitba00198351b666349501c358e714dbd5624a2840 (patch)
treecd761b30215608b944ea7f0509536de9e50ef343 /shemov.h
parentde3177d07d2eca2cdead58efb94784e9b17078f7 (diff)
downloadSheMov-ba00198351b666349501c358e714dbd5624a2840.tar.gz
SheMov-ba00198351b666349501c358e714dbd5624a2840.tar.bz2
SheMov-ba00198351b666349501c358e714dbd5624a2840.zip
Fix 0 as nullptr and remove commented out code
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 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() {}