Mercurial > minori
annotate include/gui/dialog/about.h @ 374:f7bb2978de48
gui/pages/anime_list: add Search right-click menu, don't create menu items that do nothing
author | Paper <paper@tflc.us> |
---|---|
date | Fri, 25 Jul 2025 11:03:34 -0400 |
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_ |