diff options
| author | Kai Uwe Broulik <[email protected]> | 2021-11-29 13:31:46 +0100 |
|---|---|---|
| committer | Kai Uwe Broulik <[email protected]> | 2021-11-29 13:31:46 +0100 |
| commit | 04e3c227cb8f9194aba315370cdc84995bd65341 (patch) | |
| tree | 6322b7091963a8b294901b27c60f3840eb572b93 /src/dolphinviewcontainer.h | |
| parent | 3d49996615a094df8fc2cb613955abb740a0463a (diff) | |
| parent | ec8f757f9c7b5eafcacbd9671df283d3f20f8a19 (diff) | |
Merge branch 'release/21.12'
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index 1a92e1fa6..304c9958d 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -223,6 +223,12 @@ Q_SIGNALS: */ void writeStateChanged(bool isFolderWritable); + /** + * Is emitted when the Caption has been changed. + * @see DolphinViewContainer::caption() + */ + void captionChanged(); + private Q_SLOTS: /** * Updates the number of items (= number of files + number of @@ -349,6 +355,12 @@ private Q_SLOTS: */ void showErrorMessage(const QString& msg); + /** + * Is invoked when a KFilePlacesModel has been changed + * @see DolphinPlacesModelSingleton::instance().placesModel() + */ + void slotPlacesModelChanged(); + private: /** * @return True if the URL protocol is a search URL (e. g. baloosearch:// or filenamesearch://). |
