Store the documents in an hash.

This commit is contained in:
Roberto Raggi
2009-12-07 11:12:55 +01:00
parent 14376c3c32
commit 60caec48d1
5 changed files with 18 additions and 17 deletions

View File

@@ -35,6 +35,7 @@
#include <QtCore/QObject>
#include <QtCore/QMap>
#include <QtCore/QPointer>
#include <QtCore/QStringList>
namespace ProjectExplorer {
class Project;