Store the encoded file name in a QString.

This commit is contained in:
Roberto Raggi
2009-05-27 15:34:13 +02:00
parent b3bccbc2e8
commit bdf6c3d0be
6 changed files with 15 additions and 16 deletions

View File

@@ -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;