summaryrefslogtreecommitdiffstats
path: root/archivebrowser.h
diff options
context:
space:
mode:
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: