Remove unused static member QIconLoaderEngineEntry::count
It was introduced in Qt 4 by the commit 13a31fe82845f8b1f4d86919080d3b2a87c4d061 and was unused even there. Change-Id: I5f3861918ea1f443f7e13439fafa067f2b28a91a Reviewed-by: Marc Mutz <marc.mutz@kdab.com>bb10
parent
cc62c30022
commit
e732e432ab
|
|
@ -89,7 +89,6 @@ public:
|
|||
QIcon::State state) = 0;
|
||||
QString filename;
|
||||
QIconDirInfo dir;
|
||||
static int count;
|
||||
};
|
||||
|
||||
struct ScalableEntry : public QIconLoaderEngineEntry
|
||||
|
|
|
|||
Loading…
Reference in New Issue