Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add another path for icon search
  • Loading branch information
rburchell committed Sep 23, 2011
1 parent b2968c5 commit 91a643a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/qticonloader.cpp
Expand Up @@ -70,6 +70,9 @@ QString QtIconLoader::icon(const QString &name)
}
}

// they also seem to get plonked here
QString retval = findIconHelper("/usr/share/pixmaps/", name);

return QString();
}

0 comments on commit 91a643a

Please sign in to comment.