Implemented the binding phase for QML.

Done-with: Christian Kamm
This commit is contained in:
Erik Verbruggen
2010-01-26 14:50:52 +01:00
parent 5d272795cf
commit cf35a0249b
8 changed files with 515 additions and 262 deletions

View File

@@ -225,6 +225,8 @@ void Snapshot::insert(const Document::Ptr &document)
Document::PtrList Snapshot::importedDocuments(const Document::Ptr &doc, const QString &importPath) const
{
// ### TODO: maybe we should add all imported documents in the parse Document::parse() method, regardless of whether they're in the path or not.
Document::PtrList result;
const QString docPath = doc->path() + '/' + importPath;