┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorEmmanuel Pescosta <[email protected]>2015-01-25 00:14:37 +0100
committerEmmanuel Pescosta <[email protected]>2015-01-28 14:54:47 +0100
commit7e03c99ebbba7fd4c6b15dc885460e4dbf18f7b4 (patch)
tree789b98c3fdce7032a8e01acb4fdb973368663663 /src/dolphinmainwindow.h
parent9cdbd1eb09b89df7e709ea44c889c0f225cb8b98 (diff)
use DolphinMainWindow::showErrorMessage instead of DolphinMainWindow::slotPanelErrorMessage because the implementation is exactly the same
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index 462d3d362..85383a309 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -396,12 +396,6 @@ private slots:
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);
-
- /**
* Is called if the user clicked an item in the Places Panel.
* Reloads the view if \a url is the current URL already, and changes the
* current URL otherwise.