diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/plugins/help/helpmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/help/helpmanager.h b/src/plugins/help/helpmanager.h index 97b0b4e427..1939839ec8 100644 --- a/src/plugins/help/helpmanager.h +++ b/src/plugins/help/helpmanager.h @@ -76,7 +76,7 @@ public: static void aboutToShutdown(); - void handleHelpRequest( + Q_INVOKABLE void handleHelpRequest( const QUrl &url, Core::HelpManager::HelpViewerLocation location = Core::HelpManager::HelpModeAlways) override; |
