┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSune Vuorela <[email protected]>2024-01-03 15:20:59 +0100
committerSune Vuorela <[email protected]>2024-01-03 15:20:59 +0100
commit458fa9c5b35b82133545a839f673245d375871b3 (patch)
treecb1a50f6acc53079bb5697264b67d75870a70835 /src
parent0ac787f56248b0e87ce28b7429a74c2be1d7cd81 (diff)
Remove setUpdate KBookmarkManager call
It is related to receiving updates from dbus; but that's removed. Also, it defaults to true
Diffstat (limited to 'src')
-rw-r--r--src/dolphinbookmarkhandler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dolphinbookmarkhandler.cpp b/src/dolphinbookmarkhandler.cpp
index 9f04e7421..8592a831c 100644
--- a/src/dolphinbookmarkhandler.cpp
+++ b/src/dolphinbookmarkhandler.cpp
@@ -29,7 +29,6 @@ DolphinBookmarkHandler::DolphinBookmarkHandler(DolphinMainWindow *mainWindow, KA
bookmarksFile += QLatin1String("/bookmarks.xml");
}
m_bookmarkManager = std::make_unique<KBookmarkManager>(bookmarksFile);
- m_bookmarkManager->setUpdate(true);
m_bookmarkMenu.reset(new KBookmarkMenu(m_bookmarkManager.get(), this, menu));
collection->addAction(QStringLiteral("add_bookmark"), m_bookmarkMenu->addBookmarkAction());