forked from qt-creator/qt-creator
Keep the original encoded text around while preprocessing.
This commit is contained in:
@@ -51,7 +51,7 @@ class CPLUSPLUS_EXPORT FastPreprocessor: public Client
|
||||
public:
|
||||
FastPreprocessor(const Snapshot &snapshot);
|
||||
|
||||
QByteArray run(QString fileName, const QByteArray &source);
|
||||
QByteArray run(QString fileName, const QString &source);
|
||||
|
||||
// CPlusPlus::Client
|
||||
virtual void sourceNeeded(QString &fileName, IncludeType, unsigned)
|
||||
|
||||
Reference in New Issue
Block a user