diff options
author | Tobias Hunger <tobias.hunger@digia.com> | 2013-09-04 16:08:49 +0200 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@digia.com> | 2013-09-04 16:23:02 +0200 |
commit | f5a7a74191e18dbb2966ff2ddabe1b638237377e (patch) | |
tree | 9355d6ce78665161eabefa507d3a2388b59b668c /src/plugins/cpptools/cppfindreferences.h | |
parent | 36b0125d2b12e44422898f88aa6ab7e25bb14834 (diff) | |
download | qt-creator-f5a7a74191e18dbb2966ff2ddabe1b638237377e.tar.gz |
Find: Turn SearchResultItem struct into class
Change-Id: I0ef59e409310c893b790d3182fcc2a91664e83c9
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/cpptools/cppfindreferences.h')
-rw-r--r-- | src/plugins/cpptools/cppfindreferences.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/cpptools/cppfindreferences.h b/src/plugins/cpptools/cppfindreferences.h index 9f7a96046c..13f2da5fc6 100644 --- a/src/plugins/cpptools/cppfindreferences.h +++ b/src/plugins/cpptools/cppfindreferences.h @@ -42,8 +42,8 @@ QT_FORWARD_DECLARE_CLASS(QTimer) namespace Find { - struct SearchResultItem; - class SearchResult; +class SearchResultItem; +class SearchResult; } // namespace Find namespace CppTools { |