Skip to content
Snippets Groups Projects
Commit ddbc717d authored by con's avatar con
Browse files

Fix context registration for project tree.

Broke with IContext refactoring.
parent b2ef0926
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,7 @@ public:
// setExpandsOnDoubleClick(false);
m_context = new Core::IContext(this);
m_context->setContext(Core::Context(Constants::C_PROJECT_TREE));
m_context->setWidget(this);
Core::ICore::instance()->addContextObject(m_context);
}
~ProjectTreeView()
......
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