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