Commit 3b339813 authored by albert-github's avatar albert-github

Chm don't add images multiple times

Don 't add image to list in case it is already present (happened for image extsearch_flow.png in the doxygen manual).
parent 683ef76f
......@@ -693,6 +693,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