diff -r 722e8a0d89dc -r c3584a3ab730 QTfrontend/util/DataManager.h --- a/QTfrontend/util/DataManager.h Sun Jun 17 21:45:49 2012 +0400 +++ b/QTfrontend/util/DataManager.h Sun Jun 17 22:11:09 2012 +0400 @@ -128,6 +128,7 @@ ThemeModel * themeModel(); QStandardItemModel * colorsModel(); + QStandardItemModel * bindsModel(); public slots: /// Reloads data from storage. @@ -158,6 +159,7 @@ MapModel * m_mapModel; ///< map model instance ThemeModel * m_themeModel; ///< theme model instance QStandardItemModel * m_colorsModel; + QStandardItemModel * m_bindsModel; }; #endif // HEDGEWARS_DATAMANAGER_H