diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 4b2b0c87b..884b9f7bd 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -685,6 +685,11 @@ private Q_SLOTS: */ void slotSaveSession(); + /** + * Is called when the user clicks the active view's background. + */ + void slotClickViewBackground(); + private: /** * Sets up the various menus and actions and connects them. |
