summaryrefslogtreecommitdiff
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 177d281a8..f0e7b84aa 100644
--- a/src/assistant/assistant/helpenginewrapper.h
+++ b/src/assistant/assistant/helpenginewrapper.h
@@ -40,7 +40,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.