Mercurial > minori
view include/gui/pages/seasons.h @ 86:c912128af0eb
*: various macos fixes
todo: push that bsd thing to upstream
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 31 Oct 2023 13:52:36 -0400 |
parents | c69230dc2b5d |
children | 8043152ef9d4 |
line wrap: on
line source
#ifndef __gui__pages__seasons_h #define __gui__pages__seasons_h #include <QWidget> class SeasonsPage : public QWidget { Q_OBJECT public: SeasonsPage(QWidget* parent = nullptr); }; #endif // __gui__pages__seasons_h