diff options
| author | Saravanan K <[email protected]> | 2021-05-20 16:04:41 +0000 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2021-05-20 16:04:41 +0000 |
| commit | 6b64c7ff56e0025608d03f21e64f47431e23ef23 (patch) | |
| tree | 7f1e1468888716331ff0287d66dcb49805fe1b5d /src/settings/dolphinsettingsdialog.h | |
| parent | 2e536476dd81a241b901b4d1083f0f429561d28b (diff) | |
Add action to places panel context menu trash entry to open trash settings
BUG: 367583
FIXED-IN: 21.08
Diffstat (limited to 'src/settings/dolphinsettingsdialog.h')
| -rw-r--r-- | src/settings/dolphinsettingsdialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings/dolphinsettingsdialog.h b/src/settings/dolphinsettingsdialog.h index 65ce95274..f9a5652ea 100644 --- a/src/settings/dolphinsettingsdialog.h +++ b/src/settings/dolphinsettingsdialog.h @@ -26,6 +26,8 @@ public: explicit DolphinSettingsDialog(const QUrl& url, QWidget* parent = nullptr, KActionCollection* actions = {}); ~DolphinSettingsDialog() override; + KPageWidgetItem* trashSettings; + Q_SIGNALS: void settingsChanged(); |
