Page MenuHomePhabricator

InApp Docu crashes on attempt to open with F1
Closed, ResolvedPublic

Description

Tested on Windows with WorkbenchRelease configuration. Doxygen 1.8.9, latest stable dot.

Event Timeline

Same problem happens on ubuntu with doxygen 1.8.8

When migrating from Qt4 to Qt5 the Q_PLUGIN_METADATA macro was seemingly copied into the first class defined in each header file. In the case of the berryHelpPluginActivator that happened to be the context handler instead of the actual activator. Moving the code fixes the issue.

User goch has pushed new remote branch:

bug-18862-can-not-load-documentation

[a85f62]: Merge branch 'bug-18862-can-not-load-documentation'

Merged commits:

2015-03-18 16:37:57 Caspar Goch [85096f]
Move code to correct class