forked from qt-creator/qt-creator
QmlJS: Update to new QmlJS parser.
UiPublicMember is now initialized with a statement.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
**
|
||||
** Contact: Nokia Corporation (info@qt.nokia.com)
|
||||
**
|
||||
**
|
||||
** GNU Lesser General Public License Usage
|
||||
**
|
||||
** This file may be used under the terms of the GNU Lesser General Public
|
||||
@@ -78,12 +79,6 @@ uint qHash(const QmlJS::NameId &id);
|
||||
|
||||
} // end of namespace QmlJS
|
||||
|
||||
#if defined(Q_CC_MSVC) && _MSC_VER <= 1300
|
||||
//this ensures that code outside QmlJS can use the hash function
|
||||
//it also a workaround for some compilers
|
||||
inline uint qHash(const QmlJS::NameId &nameId) { return QmlJS::qHash(nameId); }
|
||||
#endif
|
||||
|
||||
namespace QmlJS {
|
||||
|
||||
class Lexer;
|
||||
|
||||
Reference in New Issue
Block a user