summaryrefslogtreecommitdiffstats
path: root/archivebrowser.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-09-29 19:50:21 +0200
committerArno <arno@disconnect.de>2018-09-29 19:51:57 +0200
commit12cfae5b914aef3fdd62a152aacf60532216f1e8 (patch)
tree28d12a141c2cbcc9aed1d454e38b51a87cf7b979 /archivebrowser.h
parent24757060a89ca914036bc83c597136fae9732b20 (diff)
downloadSheMov-12cfae5b914aef3fdd62a152aacf60532216f1e8.tar.gz
SheMov-12cfae5b914aef3fdd62a152aacf60532216f1e8.tar.bz2
SheMov-12cfae5b914aef3fdd62a152aacf60532216f1e8.zip
Fix 0 -> nullptr and implicit conversions
Diffstat (limited to 'archivebrowser.h')
-rw-r--r--archivebrowser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivebrowser.h b/archivebrowser.h
index 6f648a5..d681578 100644
--- a/archivebrowser.h
+++ b/archivebrowser.h
@@ -27,7 +27,7 @@ class QProgressDialog;
class ArchiveBrowser : public QWidget {
Q_OBJECT
public:
- explicit ArchiveBrowser(QWidget *parent = 0);
+ explicit ArchiveBrowser(QWidget *parent = nullptr);
SmTreeView *archiveTree() { return mTree; }
public slots: