mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
remove unused QIconLoaderEngine::hasIcon()
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
179376e6c1
commit
6e14c6bb83
2 changed files with 0 additions and 6 deletions
|
@ -294,11 +294,6 @@ bool QIconLoaderEngine::write(QDataStream &out) const
|
|||
return true;
|
||||
}
|
||||
|
||||
bool QIconLoaderEngine::hasIcon() const
|
||||
{
|
||||
return !(m_entries.isEmpty());
|
||||
}
|
||||
|
||||
// Lazily load the icon
|
||||
void QIconLoaderEngine::ensureLoaded()
|
||||
{
|
||||
|
|
|
@ -115,7 +115,6 @@ public:
|
|||
|
||||
private:
|
||||
QString key() const;
|
||||
bool hasIcon() const;
|
||||
void ensureLoaded();
|
||||
QIconLoaderEngineEntry *entryForSize(const QSize &size);
|
||||
QIconLoaderEngine(const QIconLoaderEngine &other);
|
||||
|
|
Loading…
Add table
Reference in a new issue