Skip to content
Snippets Groups Projects
Commit 7ae8cf75 authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Don't show script bindings in the QML overview.

parent 493af006
No related branches found
No related tags found
No related merge requests found
......@@ -344,6 +344,7 @@ protected:
--_depth;
}
#if 0 // ### ignore script bindings for now.
virtual bool visit(AST::UiScriptBinding *node)
{
++_depth;
......@@ -363,6 +364,7 @@ protected:
{
--_depth;
}
#endif
};
ScriptEditorEditable::ScriptEditorEditable(ScriptEditor *editor, const QList<int>& context)
......
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