Skip to content
Snippets Groups Projects
Commit 5df0f0a0 authored by Kai Koehne's avatar Kai Koehne
Browse files

QmlOutline: Move model methods to private

parent cab35533
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,12 @@ public:
QmlJS::Document::Ptr document() const;
void update(const SemanticInfo &semanticInfo);
QmlJS::AST::Node *nodeForIndex(const QModelIndex &index);
signals:
void updated();
private:
QModelIndex enterObjectDefinition(QmlJS::AST::UiObjectDefinition *objectDefinition);
void leaveObjectDefiniton();
......@@ -67,11 +72,6 @@ public:
QModelIndex enterPublicMember(QmlJS::AST::UiPublicMember *publicMember);
void leavePublicMember();
QmlJS::AST::Node *nodeForIndex(const QModelIndex &index);
signals:
void updated();
private:
QModelIndex enterNode(const QmlOutlineItem &prototype);
void leaveNode();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment