NOISSUE Quick fix for icons being required
This commit is contained in:
parent
53b4bd019f
commit
ea685651a1
3 changed files with 11 additions and 1 deletions
|
@ -49,6 +49,11 @@ std::shared_ptr<IconList> Env::icons()
|
|||
Q_ASSERT(m_icons != nullptr);
|
||||
return m_icons;
|
||||
}
|
||||
|
||||
bool Env::hasIcons()
|
||||
{
|
||||
return m_icons != nullptr;
|
||||
}
|
||||
/*
|
||||
class NullVersion : public BaseVersion
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue