Added settings for seasons and number series. Added static method

ComboData::createComboData for easier combo bindings.
This commit is contained in:
2016-06-24 16:15:19 +02:00
committed by Rokos Josef
parent b33ff1b169
commit a89b0381b1
15 changed files with 578 additions and 195 deletions
+2
View File
@@ -49,4 +49,6 @@ private:
QSharedPointer<Season> m_season;
};
typedef QSharedPointer<NumberSeries> NumberSeriesPtr;
#endif // NUMBERSERIES_H
+2
View File
@@ -46,4 +46,6 @@ private:
bool m_active;
};
typedef QSharedPointer<Season> SeasonPtr;
#endif // SEASON_H