// -*- Mode: C++ -*- #ifndef ABOUTDLG_H #define ABOUTDLG_H #include #include namespace Ui { class CAboutDlg; } class CAboutDlg : public QDialog { public: explicit CAboutDlg(QWidget *parent = nullptr); ~CAboutDlg (); private: QScopedPointer ui; }; #endif // ABOUTDLG_H