Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
4d34ee73
Commit
4d34ee73
authored
Feb 01, 2010
by
Roberto Raggi
Browse files
Removed obsolete code.
parent
85ea5c29
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/qmljs/qmljsbind.cpp
View file @
4d34ee73
...
...
@@ -285,17 +285,9 @@ bool Bind::visit(UiImport *ast)
return
false
;
}
bool
Bind
::
visit
(
UiPublicMember
*
ast
)
bool
Bind
::
visit
(
UiPublicMember
*
)
{
#if 0
if (_currentObjectValue && ast->name && ast->memberType) {
const QString propName = ast->name->asString();
const QString propType = ast->memberType->asString();
_currentObjectValue->setProperty(propName, _interp->defaultValueForBuiltinType(propType));
}
#endif
// nothing to do.
return
false
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment