QmakePM: Remove unused signal

Fixes compilation with GCC7.1 and Qt 5.7.1.

Change-Id: Ia902ac1abf65810ee9d86ee0d3fca05717816f3a
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
Orgad Shaneh
2017-06-29 21:51:42 +03:00
committed by Orgad Shaneh
parent c9d898ed6d
commit 4506acbffc

View File

@@ -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);