Moved icon paths in .cpp file

This commit is contained in:
Klaus Basan
2015-01-18 21:18:41 +01:00
parent 2d6e906176
commit f8cc656692
3 changed files with 527 additions and 378 deletions

View File

@@ -17,9 +17,8 @@
namespace BlackMisc
{
/*!
* Value object for icons.
*/
//! Value object for icons. An icon is stored in the global icon repository and
//! identified by its index. It contains no(!) pyhsical data for the icon itself.
class CIcon : public CValueObjectStdTuple<CIcon>
{
public: