Mercurial > minori
annotate include/gui/dialog/about.h @ 380:861368fd42ff
about: update email address
| author | Paper <paper@tflc.us> |
|---|---|
| date | Thu, 06 Nov 2025 01:12:39 -0500 |
| parents | 6d37a998cf91 |
| children |
| rev | line source |
|---|---|
|
261
3ec7804abf17
include: make header guards more sane
Paper <paper@paper.us.eu.org>
parents:
258
diff
changeset
|
1 #ifndef MINORI_GUI_DIALOG_ABOUT_H_ |
|
3ec7804abf17
include: make header guards more sane
Paper <paper@paper.us.eu.org>
parents:
258
diff
changeset
|
2 #define MINORI_GUI_DIALOG_ABOUT_H_ |
| 85 | 3 |
|
368
6d37a998cf91
gui/dialog: consolidate win32 dark theme cruft into a single class
Paper <paper@tflc.us>
parents:
261
diff
changeset
|
4 #include "gui/dialog/dialog.h" |
| 51 | 5 |
|
368
6d37a998cf91
gui/dialog: consolidate win32 dark theme cruft into a single class
Paper <paper@tflc.us>
parents:
261
diff
changeset
|
6 class AboutWindow final : public Dialog { |
| 108 | 7 Q_OBJECT |
| 8 | |
| 258 | 9 public: |
| 10 AboutWindow(QWidget* parent = nullptr); | |
| 51 | 11 }; |
| 12 | |
|
261
3ec7804abf17
include: make header guards more sane
Paper <paper@paper.us.eu.org>
parents:
258
diff
changeset
|
13 #endif // MINORI_GUI_DIALOG_ABOUT_H_ |
