summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/PreprocessorEnvironment.h
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2009-05-27 15:34:13 +0200
committerRoberto Raggi <roberto.raggi@nokia.com>2009-05-27 15:34:13 +0200
commitbdf6c3d0bec093377d8311090fa77b967291b838 (patch)
treed961b822b37717f7b7a8690b0fbc951267dadc99 /src/libs/cplusplus/PreprocessorEnvironment.h
parentb3bccbc2e8eae4022ae8ed30295acdfe2f074d46 (diff)
downloadqt-creator-bdf6c3d0bec093377d8311090fa77b967291b838.tar.gz
Store the encoded file name in a QString.
Diffstat (limited to 'src/libs/cplusplus/PreprocessorEnvironment.h')
-rw-r--r--src/libs/cplusplus/PreprocessorEnvironment.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libs/cplusplus/PreprocessorEnvironment.h b/src/libs/cplusplus/PreprocessorEnvironment.h
index d0c5efeb19..228dc27a5d 100644
--- a/src/libs/cplusplus/PreprocessorEnvironment.h
+++ b/src/libs/cplusplus/PreprocessorEnvironment.h
@@ -53,6 +53,7 @@
#include <QList>
#include <QByteArray>
+#include <QString>
namespace CPlusPlus {
@@ -88,7 +89,7 @@ private:
void rehash();
public:
- QByteArray currentFile;
+ QString currentFile;
unsigned currentLine;
bool hideNext;