C++: Add basic 'insert #include' quick fix.

Change-Id: I3a2fef56d6d1871ea4bbb139f9bdd2bc44dd0123
Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
This commit is contained in:
Christian Kamm
2011-11-25 12:05:58 +01:00
parent 5f44d8f535
commit dc72cff71a
9 changed files with 174 additions and 15 deletions

View File

@@ -36,8 +36,11 @@
#include "cppeditor_global.h"
#include <texteditor/quickfix.h>
namespace CPlusPlus {
class CppModelManagerInterface;
}
namespace CppTools {
class CppModelManagerInterface;
class CppRefactoringFile;
class CppRefactoringChanges;
typedef QSharedPointer<CppRefactoringFile> CppRefactoringFilePtr;