Remove setUpdate KBookmarkManager call

It is related to receiving updates from dbus; but that's removed.

Also, it defaults to true
This commit is contained in:
Sune Vuorela
2024-01-03 15:13:52 +01:00
parent 4a4217c3aa
commit b21b283449

View File

@@ -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