CppEditor: Extract CppEditorOutline

Change-Id: I3b41f91f17ce9fb24796f2f6bff353fb3c6177ec
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
Nikolai Kosjar
2014-05-23 13:55:03 -04:00
parent eaecac2fd9
commit 4ecadb38a0
9 changed files with 426 additions and 247 deletions

View File

@@ -38,6 +38,8 @@
#include <QSortFilterProxyModel>
namespace CPlusPlus { class OverviewModel; }
namespace CppEditor {
namespace Internal {