┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index 10ebccb80..9c7753112 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -261,6 +261,13 @@ private slots:
*/
void togglePanelLockState();
+ /**
+ * Is invoked if the Places panel got visible/invisible and takes care
+ * that the places-selector of all views is only shown if the Places panel
+ * is invisible.
+ */
+ void slotPlacesPanelVisibilityChanged(bool visible);
+
/** Goes back one step of the URL history. */
void goBack();
@@ -451,6 +458,11 @@ private:
*/
void setActiveViewContainer(DolphinViewContainer* view);
+ /**
+ * Creates a view container and does a default initialization.
+ */
+ DolphinViewContainer* createViewContainer(const KUrl& url, QWidget* parent);
+
void setupActions();
void setupDockWidgets();
void updateEditActions();