]> cloud.milkyroute.net Git - dolphin.git/commit
DolphinView: get rid of writeStateChanged signal in setActive()
authorAmol Godbole <amolagodbole@gmail.com>
Wed, 11 Oct 2023 03:39:03 +0000 (22:39 -0500)
committerFelix Ernst <felixernst@kde.org>
Thu, 12 Oct 2023 09:43:37 +0000 (09:43 +0000)
commit2f39eb51b6d92172905a4c39f3c1bcd8053f593b
tree87555dd69e0a40e617f7106636df8aab694c14d4
parent9e6891deaa6265ad8b5575948d5b342588066296
DolphinView: get rid of writeStateChanged signal in setActive()

The signal writeStateChanged() was not working because it is not connected
to slotWriteStateChanged() slots when the active view changes. Replace the
signal with direct calls to the slots.

Also, do not delay openRequest signal in DolphinSearchBox::slotSearchTextChanged.
It's no longer required.

BUG: 440366
src/dolphinmainwindow.cpp
src/search/dolphinsearchbox.cpp
src/views/dolphinview.cpp
src/views/dolphinview.h
src/views/dolphinviewactionhandler.cpp