Revert "src: Disabled bookmarking for upcoming beta release"

This reverts commit 9807bf856a.
This commit is contained in:
Eberhard Graether
2017-03-20 12:42:14 +01:00
parent cdf5a81af9
commit 42038337c0
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);