Skip to content
Snippets Groups Projects
Commit 6d7a62b9 authored by Daniel Molkentin's avatar Daniel Molkentin
Browse files

QDesktopService needs handleHelpRequest to be a slot.

parent 1439742d
No related branches found
No related tags found
No related merge requests found
......@@ -111,11 +111,12 @@ public:
void setIndexFilter(const QString &filter);
QString indexFilter() const;
void handleHelpRequest(const QUrl& url);
void openHelpPage(const QString& url);
void openContextHelpPage(const QString &url);
QHelpEngine* helpEngine() const;
public slots:
void handleHelpRequest(const QUrl& url);
private slots:
void modeChanged(Core::IMode *mode);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment