diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 8d44a1086..6838b61b0 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -431,6 +431,14 @@ private: */ void connectViewSignals(int viewIndex); + /** + * Updates the text of the split action: + * If \a isSplit is true, the text is set to "Split", + * otherwise the text is set to "Join". The icon + * is updated to match with the text. + */ + void updateSplitAction(bool isSplit); + private: /** * DolphinMainWindowsupports only one or two views, which |
