Skip to content
Snippets Groups Projects
Commit 733fa8f7 authored by con's avatar con
Browse files

Mixing of namespace and file name.

Reviewed-by: Thorbjørn
parent 309fe426
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ void HelpManager::registerDocumentation(const QStringList &fileNames)
if (hc.registeredDocumentations().contains(nameSpace)) {
if (!QFileInfo(hc.documentationFileName(nameSpace)).exists()) {
// remove stale documentation path first
if (!hc.unregisterDocumentation(fileName)) {
if (!hc.unregisterDocumentation(nameSpace)) {
qWarning() << "error unregistering " << fileName << hc.error();
continue;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment