mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
Removed deprecated funtions and changed code to use new functions
This commit is contained in:
committed by
Mathew Sutcliffe
parent
bac77e233d
commit
9eff387207
@@ -27,9 +27,8 @@
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
|
||||
/*!
|
||||
* Icon
|
||||
* Icon list (swift standard icons)
|
||||
*/
|
||||
class BLACKMISC_EXPORT CIconList : public CSequence<CIcon>
|
||||
{
|
||||
@@ -48,14 +47,6 @@ namespace BlackMisc
|
||||
|
||||
//! All icons
|
||||
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