summaryrefslogtreecommitdiffstats
path: root/src/assistant/assistant/helpenginewrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/assistant/assistant/helpenginewrapper.cpp')
-rw-r--r--src/assistant/assistant/helpenginewrapper.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/assistant/assistant/helpenginewrapper.cpp b/src/assistant/assistant/helpenginewrapper.cpp
index c927a2ef1..afaa6e503 100644
--- a/src/assistant/assistant/helpenginewrapper.cpp
+++ b/src/assistant/assistant/helpenginewrapper.cpp
@@ -107,6 +107,11 @@ private:
HelpEngineWrapper *HelpEngineWrapper::helpEngineWrapper = nullptr;
+HelpEngineWrapper &HelpEngineWrapper::instance()
+{
+ return instance({});
+}
+
HelpEngineWrapper &HelpEngineWrapper::instance(const QString &collectionFile)
{
TRACE_OBJ