summaryrefslogtreecommitdiffstats
path: root/logic/Env.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'logic/Env.cpp')
-rw-r--r--logic/Env.cpp5
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
{