summaryrefslogtreecommitdiffstats
path: root/searchdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchdialog.h')
-rw-r--r--searchdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchdialog.h b/searchdialog.h
index a789b0d..b5106fb 100644
--- a/searchdialog.h
+++ b/searchdialog.h
@@ -21,7 +21,7 @@ class QSortFilterProxyModel;
class SearchDialog : public QDialog {
Q_OBJECT
public:
- SearchDialog(QWidget *parent = 0, Qt::WindowFlags flags = 0);
+ SearchDialog(QWidget *parent = nullptr, Qt::WindowFlags flags = Qt::Widget);
signals:
void searchResultClicked(int);