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:
@@ -46,12 +46,18 @@ public:
|
||||
|
||||
QWidget *containerWindow(QWidget *widget) const;
|
||||
|
||||
bool supportsToSlotNavigation() { return true; };
|
||||
bool supportsToSlotNavigation() { return true; }
|
||||
|
||||
signals:
|
||||
void creatorHelpRequested(const QString &url);
|
||||
|
||||
public slots:
|
||||
void updateSelection();
|
||||
|
||||
private slots:
|
||||
void slotNavigateToSlot(const QString &objectName, const QString &signalSignature, const QStringList ¶meterNames);
|
||||
void slotDesignerHelpRequested(const QString &manual, const QString &document);
|
||||
|
||||
private:
|
||||
bool navigateToSlot(const QString &objectName,
|
||||
const QString &signalSignature,
|
||||
|
||||
Reference in New Issue
Block a user