equal
deleted
inserted
replaced
150 * |
150 * |
151 * @see <a href="http://en.wikipedia.org/wiki/Singleton_pattern">singleton pattern</a> |
151 * @see <a href="http://en.wikipedia.org/wiki/Singleton_pattern">singleton pattern</a> |
152 */ |
152 */ |
153 DataManager(); |
153 DataManager(); |
154 |
154 |
155 QDir * m_defaultData; ///< directory of the installed data |
|
156 QDir * m_userData; ///< directory of custom data in the user's directory |
|
157 |
|
158 GameStyleModel * m_gameStyleModel; ///< game style model instance |
155 GameStyleModel * m_gameStyleModel; ///< game style model instance |
159 HatModel * m_hatModel; ///< hat model instance |
156 HatModel * m_hatModel; ///< hat model instance |
160 MapModel * m_mapModel; ///< map model instance |
157 MapModel * m_mapModel; ///< map model instance |
161 ThemeModel * m_themeModel; ///< theme model instance |
158 ThemeModel * m_themeModel; ///< theme model instance |
162 QStandardItemModel * m_colorsModel; |
159 QStandardItemModel * m_colorsModel; |