#ifndef ABOUTDIALOG_H #define ABOUTDIALOG_H #include class AboutDialog : public QDialog { Q_OBJECT public: AboutDialog(QWidget *parent = nullptr); }; #endif // ABOUTDIALOG_H