From b21b283449092a2ef5f94aa0fe5fb002f73d3bab Mon Sep 17 00:00:00 2001 From: Sune Vuorela Date: Wed, 3 Jan 2024 15:13:52 +0100 Subject: [PATCH] Remove setUpdate KBookmarkManager call It is related to receiving updates from dbus; but that's removed. Also, it defaults to true --- src/BookmarkHandler.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/BookmarkHandler.cpp b/src/BookmarkHandler.cpp index aad487bd1..11e2fb737 100644 --- a/src/BookmarkHandler.cpp +++ b/src/BookmarkHandler.cpp @@ -45,7 +45,6 @@ BookmarkHandler::BookmarkHandler(KActionCollection *collection, QMenu *menu, boo } KBookmarkManager *manager = new KBookmarkManager(_file, this); - manager->setUpdate(true); // This constructor is only called with toplevel as true; regardless the // fourth argument can not be nullptr as it will crash in BookmarkMenu