diff --git a/src/plugins/qmakeprojectmanager/profilehoverhandler.h b/src/plugins/qmakeprojectmanager/profilehoverhandler.h index 6e5b6ac03b1..2fa1fb250e0 100644 --- a/src/plugins/qmakeprojectmanager/profilehoverhandler.h +++ b/src/plugins/qmakeprojectmanager/profilehoverhandler.h @@ -40,9 +40,6 @@ class ProFileHoverHandler : public TextEditor::BaseHoverHandler public: explicit ProFileHoverHandler(const TextEditor::Keywords &keywords); -signals: - void creatorHelpRequested(const QUrl &url); - private: void identifyMatch(TextEditor::TextEditorWidget *editorWidget, int pos) override; void identifyQMakeKeyword(const QString &text, int pos);