Debugger: Move cpp snapshot storage to cdbengine

It's the only one using it.

Change-Id: I95dc4918c82653710a47cb8d0043bb3241e954ac
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
hjk
2018-05-25 15:28:52 +02:00
parent db1174b6b8
commit 94d41afade
4 changed files with 9 additions and 14 deletions

View File

@@ -67,7 +67,6 @@ enum TestCases
// Some convenience.
void updateState(DebuggerRunTool *runTool);
void updateLocalsWindow(bool showReturn);
const CPlusPlus::Snapshot &cppCodeModelSnapshot();
bool hasSnapshots();
void openTextEditor(const QString &titlePattern, const QString &contents);