diff options
Diffstat (limited to 'logic/Env.cpp')
-rw-r--r-- | logic/Env.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/logic/Env.cpp b/logic/Env.cpp index 4214695d..c9093e77 100644 --- a/logic/Env.cpp +++ b/logic/Env.cpp @@ -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 { |