forked from qt-creator/qt-creator
		
	qmljs/parser: update to latest qt5 parser
fix error semicolon insertion of loops, strict mode Change-Id: I311733ffb34269d1cee7e576d05af78893b2bcbb Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
		
				
					committed by
					
						
						Erik Verbruggen
					
				
			
			
				
	
			
			
			
						parent
						
							111872591e
						
					
				
				
					commit
					f0e4df5826
				
			@@ -128,7 +128,7 @@ public:
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
    void reportError(int line, int column, const QString &message);
 | 
			
		||||
    void reportError(quint16 line, quint16 column, const QString &message);
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
    QList<QmlError> _errors;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user