Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
1c8ea0b8
Commit
1c8ea0b8
authored
Dec 08, 2009
by
Erik Verbruggen
Browse files
Removed unused and problematic class definition.
parent
377e6ff5
Changes
1
Show whitespace changes
Inline
Side-by-side
src/shared/qml/qmlsymbol.h
View file @
1c8ea0b8
...
...
@@ -42,16 +42,6 @@ public:
virtual
List
members
(
bool
includeBaseClassMembers
)
=
0
;
};
class
QML_EXPORT
QmlPrimitiveSymbol
:
public
QmlBuildInSymbol
{
public:
virtual
~
QmlPrimitiveSymbol
()
=
0
;
virtual
bool
isString
()
const
=
0
;
virtual
bool
isNumber
()
const
=
0
;
virtual
bool
isObject
()
const
=
0
;
};
class
QML_EXPORT
QmlSymbolWithMembers
:
public
QmlSymbol
{
public:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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