diff options
Diffstat (limited to 'src/plugins/qmakeprojectmanager/profilehoverhandler.cpp')
-rw-r--r-- | src/plugins/qmakeprojectmanager/profilehoverhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmakeprojectmanager/profilehoverhandler.cpp b/src/plugins/qmakeprojectmanager/profilehoverhandler.cpp index d4fdac0bcf..ee9a37f502 100644 --- a/src/plugins/qmakeprojectmanager/profilehoverhandler.cpp +++ b/src/plugins/qmakeprojectmanager/profilehoverhandler.cpp @@ -61,7 +61,7 @@ bool ProFileHoverHandler::acceptEditor(IEditor *editor) return false; } -void ProFileHoverHandler::identifyMatch(TextEditor::ITextEditor *editor, int pos) +void ProFileHoverHandler::identifyMatch(TextEditor::BaseTextEditor *editor, int pos) { m_docFragment.clear(); m_manualKind = UnknownManual; |