Commit cc39c80d authored by Dimitri van Heesch's avatar Dimitri van Heesch

Merge pull request #147 from albert-github/feature/bug_chm_multiple_images

Chm don't add images multiple times
parents 2790daaa 3b339813
......@@ -709,6 +709,6 @@ void HtmlHelp::addIndexItem(Definition *context,MemberDef *md,
void HtmlHelp::addImageFile(const char *fileName)
{
imageFiles.append(fileName);
if (!imageFiles.contains(fileName)) imageFiles.append(fileName);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment