Refactored the quickfix engine.

This commit is contained in:
Roberto Raggi
2010-06-07 12:12:07 +02:00
parent c3caf282ce
commit f5dae8bc9f
9 changed files with 80 additions and 10 deletions

View File

@@ -38,6 +38,10 @@
#include <QtCore/QStringList>
#include <QtCore/QFuture>
namespace Core {
class IEditor;
}
namespace CPlusPlus {
class LookupContext;
}
@@ -110,6 +114,8 @@ public:
static CppModelManagerInterface *instance();
virtual bool isCppEditor(Core::IEditor *editor) const = 0;
virtual WorkingCopy workingCopy() const = 0;
virtual CPlusPlus::Snapshot snapshot() const = 0;