diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-12-08 14:22:19 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-12-08 14:22:19 +0100 |
commit | 4e3c479a0f279926e0bd9a359a0ee57b334e976e (patch) | |
tree | 068f1da93a4ff6dcce251f5152df16bf77be53a8 /src/forms/profilesdialog.h | |
parent | libconfig test (diff) | |
download | smolbote-4e3c479a0f279926e0bd9a359a0ee57b334e976e.tar.xz |
Replaced tinytoml with libconfig
Diffstat (limited to 'src/forms/profilesdialog.h')
-rw-r--r-- | src/forms/profilesdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/forms/profilesdialog.h b/src/forms/profilesdialog.h index 71226e0..066fa7c 100644 --- a/src/forms/profilesdialog.h +++ b/src/forms/profilesdialog.h @@ -34,7 +34,7 @@ class ProfilesDialog : public QDialog Q_OBJECT public: - explicit ProfilesDialog(MainWindow *window, QWidget *parent = 0); + explicit ProfilesDialog(MainWindow *window, QWidget *parent = nullptr); ~ProfilesDialog(); public slots: |