forked from qt-creator/qt-creator
CppEditor: Remove unneeded CppEditorWidgetInterface
Removes a pseudo-abstraction and simplifies ClangdClient. Change-Id: I5161d069371ff92a517866bb7500517cab6781b7 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -35,9 +35,10 @@
|
||||
#include <QTextCursor>
|
||||
|
||||
namespace CppEditor {
|
||||
class CppEditorWidget;
|
||||
|
||||
namespace Internal {
|
||||
|
||||
class CppEditorWidget;
|
||||
class FunctionDeclDefLink;
|
||||
|
||||
class FunctionDeclDefLinkFinder : public QObject
|
||||
|
||||
Reference in New Issue
Block a user