mirror of
https://github.com/KDE/konsole.git
synced 2026-04-29 10:16:54 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user