forked from qt-creator/qt-creator
QDesktopService needs handleHelpRequest to be a slot.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user