refs #413 Moved iconByIndex method from CIconList to CIcon, to reduce coupling.

This commit is contained in:
Mathew Sutcliffe
2015-05-04 20:23:27 +01:00
parent d476c9b709
commit 03707db182
4 changed files with 25 additions and 7 deletions

View File

@@ -46,11 +46,12 @@ namespace BlackMisc
static const CIconList &allIcons();
//! Icon for given index
//! \deprecated Use CIcon::iconByIndex instead.
static const CIcon &iconByIndex(CIcons::IconIndex index);
//! Icon for given index
//! \deprecated Use CIcon::iconByIndex instead.
static const CIcon &iconByIndex(int index);
};
}