Skip to content

Commit

Permalink
Temporarily disabled the old implementation of the inspector and repl…
Browse files Browse the repository at this point in the history
…aced it with a new one
  • Loading branch information
vpereverzev committed Jun 1, 2020
1 parent 7042ce6 commit a536144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inspectors/inspectoriconloader.cpp
Expand Up @@ -5,7 +5,7 @@
QMap<QString, QIcon*> InspectorIconLoader::m_iconCache = QMap<QString, QIcon*>();

QIcon *InspectorIconLoader::icon(const char *iconName)
{
{
QIcon* result = m_iconCache.value(iconName);

if (result)
Expand All @@ -18,4 +18,4 @@ QIcon *InspectorIconLoader::icon(const char *iconName)
m_iconCache.insert(iconName, newIcon);

return newIcon;
}
}

0 comments on commit a536144

Please sign in to comment.