forked from qt-creator/qt-creator
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:
committed by
Orgad Shaneh
parent
c9d898ed6d
commit
4506acbffc
@@ -40,9 +40,6 @@ class ProFileHoverHandler : public TextEditor::BaseHoverHandler
|
|||||||
public:
|
public:
|
||||||
explicit ProFileHoverHandler(const TextEditor::Keywords &keywords);
|
explicit ProFileHoverHandler(const TextEditor::Keywords &keywords);
|
||||||
|
|
||||||
signals:
|
|
||||||
void creatorHelpRequested(const QUrl &url);
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void identifyMatch(TextEditor::TextEditorWidget *editorWidget, int pos) override;
|
void identifyMatch(TextEditor::TextEditorWidget *editorWidget, int pos) override;
|
||||||
void identifyQMakeKeyword(const QString &text, int pos);
|
void identifyQMakeKeyword(const QString &text, int pos);
|
||||||
|
|||||||
Reference in New Issue
Block a user