diff options
Diffstat (limited to 'searchview.h')
-rw-r--r-- | searchview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searchview.h b/searchview.h index 33cd02c..eee1b46 100644 --- a/searchview.h +++ b/searchview.h @@ -10,7 +10,7 @@ class SearchView : public QTreeView { Q_OBJECT public: enum NodeAction { Expand, Collapse }; - explicit SearchView(QWidget *parent = 0); + explicit SearchView(QWidget *parent = nullptr); public slots: void expandNode(); |