equal
deleted
inserted
replaced
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 { |