Added settings for seasons and number series. Added static method
ComboData::createComboData for easier combo bindings.
This commit is contained in:
@@ -49,4 +49,6 @@ private:
|
||||
QSharedPointer<Season> m_season;
|
||||
};
|
||||
|
||||
typedef QSharedPointer<NumberSeries> NumberSeriesPtr;
|
||||
|
||||
#endif // NUMBERSERIES_H
|
||||
|
||||
@@ -46,4 +46,6 @@ private:
|
||||
bool m_active;
|
||||
};
|
||||
|
||||
typedef QSharedPointer<Season> SeasonPtr;
|
||||
|
||||
#endif // SEASON_H
|
||||
|
||||
Reference in New Issue
Block a user