forked from qt-creator/qt-creator
ClangCodeModel: Classify Q_PROPERTY functions as Qt-invokable
Fixes: QTCREATORBUG-28971 Change-Id: Ia60a82aa83ad89fbf6b5d1332d413de029510b34 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -77,6 +77,7 @@ public:
|
||||
|
||||
bool childContainsRange(int index, const LanguageServerProtocol::Range &range) const;
|
||||
bool hasChildWithRole(const QString &role) const;
|
||||
bool hasChild(const std::function<bool(const ClangdAstNode &child)> &predicate, bool recursive) const;
|
||||
QString operatorString() const;
|
||||
|
||||
enum class FileStatus { Ours, Foreign, Mixed, Unknown };
|
||||
|
||||
Reference in New Issue
Block a user