Mercurial > minori
comparison include/gui/pages/statistics.h @ 85:c69230dc2b5d
*: cleanup includes
| author | Paper <mrpapersonic@gmail.com> |
|---|---|
| date | Sun, 29 Oct 2023 00:57:03 -0400 |
| parents | 3364fadc8a36 |
| children | d5efb81540b3 |
comparison
equal
deleted
inserted
replaced
| 84:eab9e623eb84 | 85:c69230dc2b5d |
|---|---|
| 1 #ifndef __gui__pages__statistics_h | 1 #ifndef __gui__pages__statistics_h |
| 2 #define __gui__pages__statistics_h | 2 #define __gui__pages__statistics_h |
| 3 | |
| 3 #include <QFrame> | 4 #include <QFrame> |
| 4 #include <QWidget> | 5 #include <QWidget> |
| 5 // #include "gui/widgets/text.h" | |
| 6 | 6 |
| 7 namespace TextWidgets { | 7 namespace TextWidgets { |
| 8 class Paragraph; | 8 class Paragraph; |
| 9 } | 9 } |
| 10 | 10 |
| 31 /* we don't HAVE a local database (yet ;)) */ | 31 /* we don't HAVE a local database (yet ;)) */ |
| 32 // QPlainTextEdit* local_database_data; | 32 // QPlainTextEdit* local_database_data; |
| 33 | 33 |
| 34 TextWidgets::Paragraph* application_data; | 34 TextWidgets::Paragraph* application_data; |
| 35 }; | 35 }; |
| 36 | |
| 36 #endif // __gui__pages__statistics_h | 37 #endif // __gui__pages__statistics_h |
