aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/baseeditordocumentprocessor.h
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@theqtcompany.com>2015-12-15 12:32:01 +0100
committerNikolai Kosjar <nikolai.kosjar@theqtcompany.com>2015-12-16 13:29:21 +0000
commit9abfd732045d8309590cbe896b8d79849d862333 (patch)
tree5853f88acf2d40ff538a181251dc953587e4d5eb /src/plugins/cpptools/baseeditordocumentprocessor.h
parent802f9f47e9040d410bea068c97e6c3a95d1798f0 (diff)
CppTools/Clang: Remove InMemoryInfo
...nowadays we only need the working copy. Change-Id: I30924b3c5dc68b428d6c10f6ba015b0640b476d2 Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
Diffstat (limited to 'src/plugins/cpptools/baseeditordocumentprocessor.h')
-rw-r--r--src/plugins/cpptools/baseeditordocumentprocessor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cpptools/baseeditordocumentprocessor.h b/src/plugins/cpptools/baseeditordocumentprocessor.h
index e66aed23e0..9dffaa297e 100644
--- a/src/plugins/cpptools/baseeditordocumentprocessor.h
+++ b/src/plugins/cpptools/baseeditordocumentprocessor.h
@@ -89,7 +89,7 @@ signals:
protected:
static void runParser(QFutureInterface<void> &future,
BaseEditorDocumentParser::Ptr parser,
- BaseEditorDocumentParser::InMemoryInfo info);
+ const CppTools::WorkingCopy workingCopy);
// Convenience
QString filePath() const { return m_baseTextDocument->filePath().toString(); }