summaryrefslogtreecommitdiffstats
path: root/src/assistant/assistant/helpenginewrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/assistant/assistant/helpenginewrapper.h')
-rw-r--r--src/assistant/assistant/helpenginewrapper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/assistant/assistant/helpenginewrapper.h b/src/assistant/assistant/helpenginewrapper.h
index df2ec8a73..68e4c7011 100644
--- a/src/assistant/assistant/helpenginewrapper.h
+++ b/src/assistant/assistant/helpenginewrapper.h
@@ -64,7 +64,8 @@ class HelpEngineWrapper : public QObject
Q_DISABLE_COPY(HelpEngineWrapper)
friend class TimeoutForwarder;
public:
- static HelpEngineWrapper &instance(const QString &collectionFile = QString());
+ static HelpEngineWrapper &instance();
+ static HelpEngineWrapper &instance(const QString &collectionFile);
static void removeInstance();
// Forwarded help engine member functions, possibly enriched.