diff options
| author | Nate Graham <[email protected]> | 2021-09-28 13:57:14 -0600 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2021-09-28 13:57:14 -0600 |
| commit | 0c44dfe2b1c143fae323b9ff4bd415cdd69c1086 (patch) | |
| tree | 405c66d754a53d3b76901c62aa64f2e155ff6c45 /src/dolphinmainwindow.h | |
| parent | d3f427a6da1b117c85b1080bf198ae4758d00e8e (diff) | |
| parent | fa8d9de4d866070acadd57178d20144bb5e62a0a (diff) | |
Merge branch 'release/21.08'
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 3a29d1c0a..46515cc8b 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -171,6 +171,9 @@ public Q_SLOTS: */ void openNewTab(const QUrl& url); + /** @see GeneralSettings::splitViewChanged() */ + void slotSplitViewChanged(); + Q_SIGNALS: /** * Is sent if the selection of the currently active view has |
