Skip to content
Snippets Groups Projects
Commit 1c8ea0b8 authored by Erik Verbruggen's avatar Erik Verbruggen
Browse files

Removed unused and problematic class definition.

parent 377e6ff5
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
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