equal
deleted
inserted
replaced
126 * @return theme model pointer. |
126 * @return theme model pointer. |
127 */ |
127 */ |
128 ThemeModel * themeModel(); |
128 ThemeModel * themeModel(); |
129 |
129 |
130 QStandardItemModel * colorsModel(); |
130 QStandardItemModel * colorsModel(); |
|
131 QStandardItemModel * bindsModel(); |
131 |
132 |
132 public slots: |
133 public slots: |
133 /// Reloads data from storage. |
134 /// Reloads data from storage. |
134 void reload(); |
135 void reload(); |
135 |
136 |
156 GameStyleModel * m_gameStyleModel; ///< game style model instance |
157 GameStyleModel * m_gameStyleModel; ///< game style model instance |
157 HatModel * m_hatModel; ///< hat model instance |
158 HatModel * m_hatModel; ///< hat model instance |
158 MapModel * m_mapModel; ///< map model instance |
159 MapModel * m_mapModel; ///< map model instance |
159 ThemeModel * m_themeModel; ///< theme model instance |
160 ThemeModel * m_themeModel; ///< theme model instance |
160 QStandardItemModel * m_colorsModel; |
161 QStandardItemModel * m_colorsModel; |
|
162 QStandardItemModel * m_bindsModel; |
161 }; |
163 }; |
162 |
164 |
163 #endif // HEDGEWARS_DATAMANAGER_H |
165 #endif // HEDGEWARS_DATAMANAGER_H |