Added Document::source()

This commit is contained in:
Roberto Raggi
2009-06-05 14:29:57 +02:00
parent 0af74cd6f3
commit b18cb113da
2 changed files with 5 additions and 0 deletions

View File

@@ -85,7 +85,9 @@ public:
Symbol *findSymbolAt(unsigned line, unsigned column) const;
QByteArray source() const;
void setSource(const QByteArray &source);
void startSkippingBlocks(unsigned offset);
void stopSkippingBlocks(unsigned offset);