Moved the code in the source file.

This commit is contained in:
Roberto Raggi
2010-02-11 10:19:41 +01:00
parent 75229edcf9
commit 7a65191306
2 changed files with 19 additions and 3 deletions

View File

@@ -129,6 +129,22 @@ void Document::setDocumentRevision(int revision)
_documentRevision = revision;
}
QString Document::fileName() const
{
return _fileName;
}
QString Document::path() const
{
return _path;
}
QString Document::componentName() const
{
return _componentName;
}
bool Document::parse_helper(int startToken)
{
Q_ASSERT(! _engine);