C++: move post-sourceprocessing action into callback.

Change-Id: Iac6c9fe1ada27ac0d96417e490cc5723e6969541
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
Erik Verbruggen
2014-06-06 14:41:19 +02:00
parent 528fa525bc
commit 13d2d499ab
8 changed files with 58 additions and 56 deletions

View File

@@ -49,6 +49,7 @@ class CppEditorSupport;
namespace Internal {
class CppFindReferences;
class CppSourceProcessor;
class CppModelManager : public CppTools::CppModelManagerInterface
{
@@ -155,6 +156,8 @@ public:
static QStringList timeStampModifiedFiles(const QList<Document::Ptr> &documentsToCheck);
static CppSourceProcessor *createSourceProcessor();
signals:
void gcFinished(); // Needed for tests.