]> cloud.milkyroute.net Git - dolphin.git/commit
Display Apply button in KCMs
authorStefano Crocco <stefano.crocco@alice.it>
Tue, 1 Mar 2022 10:59:42 +0000 (11:59 +0100)
committerStefano Crocco <stefano.crocco@alice.it>
Tue, 1 Mar 2022 11:00:37 +0000 (12:00 +0100)
commit505bf52f593a88a07925b0dbba7568535933fd23
tree7f44de8a2dd927262d3fc4babbd32f532e71248b
parentf73183c0f6f00a836a9459379ee8e65e7dad94b0
Display Apply button in KCMs

When displaying the KCMs in another application's configuration dialog
(for example, in Konqueror), the Apply, Ok and Reset buttons aren't
shown. This issue is caused by a missing Apply flag in the call to
setButtons in the KCModule constructor.

the fact that in the call to setButtons
from the KCModule constructor, the Apply flag is missing.

BUG: 448352
src/settings/kcm/kcmdolphingeneral.cpp
src/settings/kcm/kcmdolphinnavigation.cpp
src/settings/kcm/kcmdolphinviewmodes.cpp