summaryrefslogtreecommitdiffstats
path: root/origindialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'origindialog.h')
-rw-r--r--origindialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/origindialog.h b/origindialog.h
index 2380af6..6ad499f 100644
--- a/origindialog.h
+++ b/origindialog.h
@@ -10,7 +10,7 @@ class QPushButton;
class OriginDialog : public QDialog {
Q_OBJECT
public:
- explicit OriginDialog(QWidget *parent = 0, Qt::WindowFlags f = 0);
+ explicit OriginDialog(QWidget *parent = nullptr, Qt::WindowFlags f = nullptr);
signals:
void statusMessage(const QString &msg);