Skip to content
Commit 47e45e73 authored by Elvis Angelaccio's avatar Elvis Angelaccio
Browse files

part: stop changing the window title when the toolbar gets edited

KParts::ReadOnlyPart::guiActivateEvent(), which emits `setWindowCaption`
with url().toDisplayString() as argument, gets called when the toolbar
gets changed. We don't want this behavior, so we override
guiActivateEvent() with an empty implementation that does nothing.

BUG: 357660
FIXED-IN: 16.12.0
parent ebae4b1c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment