Skip to content
Snippets Groups Projects
Commit 36b0125d authored by hjk's avatar hjk
Browse files

Find: Compile fix


Change-Id: Ie1c5a229e7c54f62acda60e49812dc5ef40b5bc0
Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
parent 15d1048e
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,8 @@
#include "searchresulttreeitems.h"
using namespace Find::Internal;
namespace Find {
namespace Internal {
SearchResultTreeItem::SearchResultTreeItem(const SearchResultItem &item,
SearchResultTreeItem *parent)
......@@ -139,3 +140,6 @@ void SearchResultTreeItem::appendChild(const SearchResultItem &item)
{
insertChild(m_children.count(), item);
}
} // namespace Internal
} // namespace Find
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment