Mercurial > minori
annotate src/gui/pages/seasons.cpp @ 60:d417e9381ca5
filesystem: WIP class-ification of paths
| author | Paper <mrpapersonic@gmail.com> |
|---|---|
| date | Fri, 29 Sep 2023 13:52:50 -0400 |
| parents | 466ac9870df9 |
| children | fe719c109dbc |
| rev | line source |
|---|---|
|
54
466ac9870df9
add stub pages (to be implemented)
Paper <mrpapersonic@gmail.com>
parents:
diff
changeset
|
1 #include "gui/pages/seasons.h" |
|
466ac9870df9
add stub pages (to be implemented)
Paper <mrpapersonic@gmail.com>
parents:
diff
changeset
|
2 |
|
466ac9870df9
add stub pages (to be implemented)
Paper <mrpapersonic@gmail.com>
parents:
diff
changeset
|
3 SeasonsWidget::SeasonsWidget(QWidget* parent) : QWidget(parent) { |
|
466ac9870df9
add stub pages (to be implemented)
Paper <mrpapersonic@gmail.com>
parents:
diff
changeset
|
4 } |
|
466ac9870df9
add stub pages (to be implemented)
Paper <mrpapersonic@gmail.com>
parents:
diff
changeset
|
5 |
|
466ac9870df9
add stub pages (to be implemented)
Paper <mrpapersonic@gmail.com>
parents:
diff
changeset
|
6 #include "gui/pages/moc_seasons.cpp" |
