From cb1f42a1eb3584742fa33e28759ed8fbab199c5b Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 30 Apr 2012 18:26:21 +0200 Subject: Places Panel: Minor fixes/improvements - Determine group of a new entry dependent from the protocol - Allow panels to forward error-messages to the view-container (also applied to Folders Panel) --- src/dolphinmainwindow.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 722e3ab7a..0d14269ee 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -458,6 +458,12 @@ private slots: void updateToolBar(); void slotControlButtonDeleted(); + /** + * Is called if a panel emits an error-message and shows + * the error-message in the active view-container. + */ + void slotPanelErrorMessage(const QString& error); + private: /** * Activates the given view, which means that -- cgit v1.3