Expose CppModelManagerInterface::workingCopy()

This commit is contained in:
Roberto Raggi
2009-10-12 10:38:00 +02:00
parent db14533928
commit 420b09e8c2
5 changed files with 16 additions and 9 deletions

View File

@@ -86,6 +86,7 @@ public:
virtual void GC() = 0;
virtual void updateSourceFiles(const QStringList &sourceFiles) = 0;
virtual QMap<QString, QString> workingCopy() const = 0;
virtual CPlusPlus::Snapshot snapshot() const = 0;
virtual QList<ProjectInfo> projectInfos() const = 0;