diff options
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 |
