summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
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.cpp
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.cpp')
-rw-r--r--shemov.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shemov.cpp b/shemov.cpp
index 67d1f98..cce13bb 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -38,7 +38,7 @@
#include "moviewidget.h"
#include "helper.h"
-SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, flags) /*, mOpenWithGroupFS(0), mOpenWithGroupAV(0) */ {
+SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, flags) {
//application icon
qApp->setWindowIcon(QIcon(":/shemov.png"));
createPalette();