diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 4ba745125..9fb83bfa0 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -207,6 +207,13 @@ private slots: void find(); /** + * Is invoked when the "Find" is active and the search location + * (From Here/Everywhere) has been changed. Updates the + * enabled state of the Search Panel. + */ + void slotSearchLocationChanged(); + + /** * Updates the text of the paste action dependent on * the number of items which are in the clipboard. */ |
