From 4e3c479a0f279926e0bd9a359a0ee57b334e976e Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 8 Dec 2017 14:22:19 +0100 Subject: Replaced tinytoml with libconfig --- src/forms/aboutdialog.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/forms/aboutdialog.h') diff --git a/src/forms/aboutdialog.h b/src/forms/aboutdialog.h index 98a4a49..e7b2bb3 100644 --- a/src/forms/aboutdialog.h +++ b/src/forms/aboutdialog.h @@ -32,11 +32,13 @@ class AboutDialog : public QDialog Q_OBJECT public: - explicit AboutDialog(QWidget *parent = 0); + explicit AboutDialog(QWidget *parent = nullptr); ~AboutDialog(); private: Ui::AboutDialog *ui; }; +constexpr const char* getCompiler(); + #endif // ABOUTDIALOG_H -- cgit v1.2.1