diff options
author | Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> | 2015-03-05 08:22:48 +0100 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> | 2015-03-05 08:16:48 +0000 |
commit | fb80206f3c2e9486e8521409d0e984b45e06b110 (patch) | |
tree | c2671e43f47c092d4e1e03cc4afd4d7f9ab0705d /src/plugins/cpptools/cppindexingsupport.h | |
parent | 5eedf273be575112004893c79ff753b1c33f9ba2 (diff) | |
download | qt-creator-fb80206f3c2e9486e8521409d0e984b45e06b110.tar.gz |
Clean exported headers of the CppTools plugin.
Change-Id: I0144ac33e88980c431c54a6d69bbde28da4b1967
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/cpptools/cppindexingsupport.h')
-rw-r--r-- | src/plugins/cpptools/cppindexingsupport.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/cpptools/cppindexingsupport.h b/src/plugins/cpptools/cppindexingsupport.h index f6208fb9c9..4551a920d1 100644 --- a/src/plugins/cpptools/cppindexingsupport.h +++ b/src/plugins/cpptools/cppindexingsupport.h @@ -35,12 +35,13 @@ #include "cppmodelmanager.h" -#include <coreplugin/find/searchresultwindow.h> #include <coreplugin/find/textfindconstants.h> #include <QFuture> #include <QStringList> +namespace Core { class SearchResultItem; } + namespace CppTools { class CPPTOOLS_EXPORT SymbolSearcher: public QObject |