]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.h
DolphinNavigator: Hide the KUrlNavigator background if DolphinNavigator is outside...
[dolphin.git] / src / dolphinmainwindow.h
index ceda3cb73f9fb8ed417f935f33536dbe665aca7d..b6aa9c020903c429736e96a23347277a0f643f92 100644 (file)
@@ -296,6 +296,7 @@ private Q_SLOTS:
     void updateNewMenu();
 
     void createDirectory();
+    void createFile();
 
     /** Shows the error message in the status bar of the active view. */
     void showErrorMessage(const QString &message);
@@ -703,6 +704,12 @@ private:
      */
     void updateAllowedToolbarAreas();
 
+    /**
+     * Sets the background of the location bar(s) on if they are inside the toolbar,
+     * or off if they are outside the toolbar.
+     */
+    void updateNavigatorsBackground();
+
     bool isKompareInstalled() const;
 
     /**