src/AboutDialog.h

changeset 4
fe106c497b75
child 6
f8474f2c5db9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/AboutDialog.h	Fri Feb 11 14:22:26 2022 +0100
@@ -0,0 +1,22 @@
+#ifndef _ABOUTDIALOG_H
+#define _ABOUTDIALOG_H
+
+#include <QDialog>
+
+namespace Ui {
+class AboutDialog;
+}
+
+class AboutDialog : public QDialog
+{
+    Q_OBJECT
+
+public:
+    explicit AboutDialog(QWidget *parent = 0);
+    ~AboutDialog();
+
+private:
+    Ui::AboutDialog *ui;
+};
+
+#endif // ABOUTDIALOG_H

mercurial