forked from qt-creator/qt-creator
Keep the original encoded text around while preprocessing.
This commit is contained in:
@@ -272,7 +272,7 @@ public:
|
||||
Snapshot();
|
||||
~Snapshot();
|
||||
|
||||
QByteArray preprocessedCode(const QByteArray &source,
|
||||
QByteArray preprocessedCode(const QString &source,
|
||||
const QString &fileName) const;
|
||||
|
||||
Document::Ptr documentFromSource(const QByteArray &preprocessedCode,
|
||||
|
||||
Reference in New Issue
Block a user