From: Sune Vuorela Date: Wed, 3 Jan 2024 14:20:59 +0000 (+0100) Subject: Remove setUpdate KBookmarkManager call X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/458fa9c5b35b82133545a839f673245d375871b3?ds=inline Remove setUpdate KBookmarkManager call It is related to receiving updates from dbus; but that's removed. Also, it defaults to true --- 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(bookmarksFile); - m_bookmarkManager->setUpdate(true); m_bookmarkMenu.reset(new KBookmarkMenu(m_bookmarkManager.get(), this, menu)); collection->addAction(QStringLiteral("add_bookmark"), m_bookmarkMenu->addBookmarkAction());