Mercurial > minori
comparison include/gui/pages/history.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 | 862d0d8619f6 |
comparison
equal
deleted
inserted
replaced
| 94:2f373d48f889 | 95:8043152ef9d4 |
|---|---|
| 1 #ifndef __gui__pages__history_h | 1 #ifndef __gui__pages__history_h |
| 2 #define __gui__pages__history_h | 2 #define __gui__pages__history_h |
| 3 | 3 |
| 4 #include <QWidget> | 4 #include <QWidget> |
| 5 | 5 |
| 6 class HistoryPage : public QWidget { | 6 class HistoryPage final : public QWidget { |
| 7 Q_OBJECT | 7 Q_OBJECT |
| 8 | 8 |
| 9 public: | 9 public: |
| 10 HistoryPage(QWidget* parent = nullptr); | 10 HistoryPage(QWidget* parent = nullptr); |
| 11 }; | 11 }; |
