diff options
| author | Nate Graham <[email protected]> | 2020-11-20 11:32:49 -0700 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2020-11-20 11:32:49 -0700 |
| commit | f46e630ddaaf5716cd1a1ce0c389ff66dcd76f85 (patch) | |
| tree | 8d6ecfb24b8666c777e9b58027f3c55740e66eaa /src/dolphintabpage.h | |
| parent | e36de310cbdc60434dd15efbb52e18266a566a28 (diff) | |
| parent | b3c37507dc7032feed256b5e974590bd988cbac2 (diff) | |
Merge branch 'release/20.12'
Diffstat (limited to 'src/dolphintabpage.h')
| -rw-r--r-- | src/dolphintabpage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphintabpage.h b/src/dolphintabpage.h index b874d128f..63a246328 100644 --- a/src/dolphintabpage.h +++ b/src/dolphintabpage.h @@ -85,6 +85,8 @@ public: */ bool eventFilter(QObject *watched, QEvent *event) override; + void insertNavigatorsWidget(DolphinNavigatorsWidgetAction *navigatorsWidget); + /** * Notify the connected DolphinNavigatorsWidgetAction of geometry changes which it * needs for visual alignment. |
