Revert "src: Disabled bookmarking for upcoming release"

This reverts commit 356c753f13.
This commit is contained in:
Eberhard Graether
2017-02-19 20:48:17 +01:00
parent ed9ff6d1bc
commit 558f0451af
2 changed files with 62 additions and 62 deletions
+2 -2
View File
@@ -33,8 +33,8 @@ void ComponentManager::setup(ViewLayout* viewLayout)
m_componentFactory->getViewFactory()->createCompositeView(viewLayout, CompositeView::DIRECTION_HORIZONTAL, "Search");
m_compositeViews.push_back(compositeView);
// std::shared_ptr<Component> bookmarkComponent = m_componentFactory->createBookmarkComponent(compositeView.get());
// m_components.push_back(bookmarkComponent);
std::shared_ptr<Component> bookmarkComponent = m_componentFactory->createBookmarkComponent(compositeView.get());
m_components.push_back(bookmarkComponent);
std::shared_ptr<Component> undoRedoComponent = m_componentFactory->createUndoRedoComponent(compositeView.get());
m_components.push_back(undoRedoComponent);