Mercurial > minori
annotate src/gui/pages/seasons.cpp @ 54:466ac9870df9
add stub pages (to be implemented)
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 26 Sep 2023 11:18:50 -0400 |
parents | |
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" |