src/declarative/qml/qdeclarativeexpression_p.h
changeset 37 758a864f9613
parent 33 3e2da88830cd
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
   192 
   192 
   193     bool expressionFunctionValid:1;
   193     bool expressionFunctionValid:1;
   194 
   194 
   195     QString url; // This is a QString for a reason.  QUrls are slooooooow...
   195     QString url; // This is a QString for a reason.  QUrls are slooooooow...
   196     int line;
   196     int line;
       
   197     QByteArray name; //function name, hint for the debugger
   197 };
   198 };
   198 
   199 
   199 QDeclarativeQtScriptExpression::DeleteWatcher::DeleteWatcher(QDeclarativeQtScriptExpression *data)
   200 QDeclarativeQtScriptExpression::DeleteWatcher::DeleteWatcher(QDeclarativeQtScriptExpression *data)
   200 : m_wasDeletedStorage(false), m_d(data) 
   201 : m_wasDeletedStorage(false), m_d(data) 
   201 {
   202 {