Skip to content

Commit

Permalink
Merge pull request #27 from adeas31/MetaModelica
Browse files Browse the repository at this point in the history
Fix build.
  • Loading branch information
adeas31 committed Jun 16, 2016
2 parents b572def + 082b079 commit 8b88d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/Util/Utilities.cpp
Expand Up @@ -748,7 +748,7 @@ QIcon Utilities::FileIconProvider::FileIconProviderImplementation::icon(const QF
QIcon icon;
// File icons are unknown on linux systems.
#if defined(Q_OS_LINUX)
icon = isDir ? QFileIconProvider::icon(fileInfo) : m_unknownFileIcon;
icon = isDir ? QFileIconProvider::icon(fileInfo) : mUnknownFileIcon;
#else
icon = QFileIconProvider::icon(fileInfo);
#endif
Expand Down

0 comments on commit 8b88d8e

Please sign in to comment.