aboutsummaryrefslogtreecommitdiff
path: root/src/about.h
diff options
context:
space:
mode:
authorLibravatar keshavbhatt <keshavnrj@gmail.com>2021-04-05 23:52:34 +0530
committerLibravatar keshavbhatt <keshavnrj@gmail.com>2021-04-05 23:52:34 +0530
commit939af726dc0b5e07e7d941719dfadf2c9831f4e0 (patch)
treebe02a45434a06dc77e10ab45e80017066a412287 /src/about.h
parentee687f769175b39b611424d5a7bdc11a93b3ba65 (diff)
downloadwhatsie-939af726dc0b5e07e7d941719dfadf2c9831f4e0.tar.gz
whatsie-939af726dc0b5e07e7d941719dfadf2c9831f4e0.zip
new about dialog
Diffstat (limited to 'src/about.h')
-rw-r--r--src/about.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/about.h b/src/about.h
new file mode 100644
index 0000000..360749f
--- /dev/null
+++ b/src/about.h
@@ -0,0 +1,22 @@
+#ifndef ABOUT_H
+#define ABOUT_H
+
+#include <QWidget>
+
+namespace Ui {
+class About;
+}
+
+class About : public QWidget
+{
+ Q_OBJECT
+
+public:
+ explicit About(QWidget *parent = nullptr);
+ ~About();
+
+private:
+ Ui::About *ui;
+};
+
+#endif // ABOUT_H