diff options
author | Alexia <alexia@robotbrain.info> | 2016-03-28 16:45:52 -0400 |
---|---|---|
committer | Alexia <alexia@robotbrain.info> | 2016-03-28 16:45:52 -0400 |
commit | ea685651a1af4ae4d4beee8f6fcf273c9a7c32bf (patch) | |
tree | 978c10940fec7b628123e9328d822f07a8f842c9 /logic/Env.h | |
parent | 53b4bd019fe6b34559da1ce9c92533c9f79301ac (diff) | |
download | PrismLauncher-ea685651a1af4ae4d4beee8f6fcf273c9a7c32bf.tar.gz PrismLauncher-ea685651a1af4ae4d4beee8f6fcf273c9a7c32bf.tar.bz2 PrismLauncher-ea685651a1af4ae4d4beee8f6fcf273c9a7c32bf.zip |
NOISSUE Quick fix for icons being required
Diffstat (limited to 'logic/Env.h')
-rw-r--r-- | logic/Env.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/logic/Env.h b/logic/Env.h index e3c5130a..806fa106 100644 --- a/logic/Env.h +++ b/logic/Env.h @@ -34,6 +34,8 @@ public: std::shared_ptr<IconList> icons(); + bool hasIcons(); + /// init the cache. FIXME: possible future hook point void initHttpMetaCache(); |