SCRATCH move icons over to Env, instance proxy model to gui

This commit is contained in:
Petr Mrázek
2015-02-01 11:44:47 +01:00
parent 154d19bb74
commit aa70ed2244
22 changed files with 92 additions and 74 deletions

View File

@ -51,7 +51,7 @@
QIcon VersionPage::icon() const
{
return MMC->icons()->getIcon(m_inst->iconKey());
return ENV.icons()->getIcon(m_inst->iconKey());
}
bool VersionPage::shouldDisplay() const
{