mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 09:54:16 +08:00
refs #413 Moved iconByIndex method from CIconList to CIcon, to reduce coupling.
This commit is contained in:
@@ -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);
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user