forked from qt-creator/qt-creator
Qt Designer integration: Fix Help button in stylesheet editor.
Wire QDesignerIntegration's help signal to help manager. Task-number: QTCREATORBUG-1505 Reviewed-by: kh <qtc-committer@nokia.com>
This commit is contained in:
@@ -57,8 +57,6 @@ public:
|
||||
void setupGuiHelpEngine();
|
||||
bool guiEngineNeedsUpdate() const;
|
||||
|
||||
void handleHelpRequest(const QString &url);
|
||||
|
||||
void verifyDocumenation();
|
||||
void registerDocumentation(const QStringList &fileNames);
|
||||
void unregisterDocumentation(const QStringList &nameSpaces);
|
||||
@@ -69,6 +67,9 @@ public:
|
||||
|
||||
static BookmarkManager& bookmarkManager();
|
||||
|
||||
public slots:
|
||||
void handleHelpRequest(const QString &url);
|
||||
|
||||
signals:
|
||||
void helpRequested(const QUrl &url);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user