Skip to content
Snippets Groups Projects
Commit cc80b92b authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Find: Another build fix for windows


Change-Id: I21e85b1536981bb55f0e1e5b46aed7a8a1e460c6
Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
parent 11a4a6af
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,8 @@ ...@@ -35,7 +35,8 @@
#include <QHeaderView> #include <QHeaderView>
#include <QKeyEvent> #include <QKeyEvent>
using namespace Find::Internal; namespace Find {
namespace Internal {
SearchResultTreeView::SearchResultTreeView(QWidget *parent) SearchResultTreeView::SearchResultTreeView(QWidget *parent)
: QTreeView(parent) : QTreeView(parent)
...@@ -103,3 +104,6 @@ SearchResultTreeModel *SearchResultTreeView::model() const ...@@ -103,3 +104,6 @@ SearchResultTreeModel *SearchResultTreeView::model() const
{ {
return m_model; return m_model;
} }
} // 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