Find: Turn SearchResultItem struct into class

Change-Id: I0ef59e409310c893b790d3182fcc2a91664e83c9
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Tobias Hunger
2013-09-04 16:08:49 +02:00
parent 36b0125d2b
commit f5a7a74191
4 changed files with 9 additions and 10 deletions

View File

@@ -42,8 +42,8 @@
QT_FORWARD_DECLARE_CLASS(QTimer)
namespace Find {
struct SearchResultItem;
class SearchResult;
class SearchResultItem;
class SearchResult;
} // namespace Find
namespace CppTools {