fixes related to update of delta

This commit is contained in:
Lasse Holmstedt
2010-07-13 14:08:11 +02:00
committed by Olivier Goffart
parent d98977513d
commit 25b86926c7
3 changed files with 39 additions and 18 deletions

View File

@@ -52,6 +52,7 @@ private slots:
void setEditor(Core::IEditor *editor);
private:
QList<QDeclarativeDebugObjectReference > objectReferencesForOffset(quint32 offset) const;
QVariant castToLiteral(const QString &expression, QmlJS::AST::UiScriptBinding *scriptBinding);
private: