Mercurial > minori
comparison include/gui/dialog/about.h @ 95:8043152ef9d4
include: set classes as final where appropriate
| author | Paper <mrpapersonic@gmail.com> |
|---|---|
| date | Wed, 01 Nov 2023 14:39:43 -0400 |
| parents | c69230dc2b5d |
| children | 2004b41d4a59 |
comparison
equal
deleted
inserted
replaced
| 94:2f373d48f889 | 95:8043152ef9d4 |
|---|---|
| 1 #ifndef __gui__dialog__about_h | 1 #ifndef __gui__dialog__about_h |
| 2 #define __gui__dialog__about_h | 2 #define __gui__dialog__about_h |
| 3 | 3 |
| 4 #include <QDialog> | 4 #include <QDialog> |
| 5 | 5 |
| 6 class AboutWindow : public QDialog { | 6 class AboutWindow final : public QDialog { |
| 7 public: | 7 public: |
| 8 AboutWindow(QWidget* parent = nullptr); | 8 AboutWindow(QWidget* parent = nullptr); |
| 9 }; | 9 }; |
| 10 | 10 |
| 11 #endif // __gui__dialog__about_h | 11 #endif // __gui__dialog__about_h |
