SeasonWindow: added TODO

This commit is contained in:
zvon 2020-01-18 22:43:55 +01:00
parent d3d7ac801e
commit 5155569a69

View File

@ -25,6 +25,7 @@ protected:
Gtk::Label m_label; Gtk::Label m_label;
// TODO maybe use grid
Gtk::Layout m_layout; Gtk::Layout m_layout;
std::vector< Gtk::CheckButton > m_checks; std::vector< Gtk::CheckButton > m_checks;