diff options
| author | Méven Car <[email protected]> | 2021-04-24 09:00:31 +0000 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2021-04-24 09:00:31 +0000 |
| commit | 6cec386192e58089b4572996a265c9696cdcb3c0 (patch) | |
| tree | 4a32fc3ac2feef856774247d01c0f3d13cb4209c /src/dolphinmainwindow.h | |
| parent | 020ba2c3fc94336545f6b8d7c13c9a615000482a (diff) | |
InformationPanel: Allow to refresh the panel when its displayed content changes
BUG: 430095
BUG: 412902
FIXED-IN: 21.08
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 396afbd90..f351cc992 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -15,6 +15,10 @@ #include <KSortableList> #include <kxmlguiwindow.h> +#ifdef HAVE_BALOO + #include "panels/information/informationpanel.h" +#endif + #include <QIcon> #include <QList> #include <QMenu> @@ -193,6 +197,12 @@ Q_SIGNALS: void requestItemInfo(const KFileItem& item); /** + * It is emitted when in the current view, files are changed, + * or dirs have files/removed from them. + */ + void fileItemsChanged(const KFileItemList &changedFileItems); + + /** * Is emitted if the settings have been changed. */ void settingsChanged(); @@ -656,7 +666,6 @@ private: QMetaObject::Connection m_updateHistoryConnection; QMenu m_searchTools; - }; inline DolphinViewContainer* DolphinMainWindow::activeViewContainer() const |
