]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.h
KFileItemListWidget: wrong selection when renamed file ends with a dot
[dolphin.git] / src / dolphinmainwindow.h
index 37994b85ae4d6940f951a863e0ae86cfdda2e35a..ecc84b97123d0a0b4c0eb220f6e726134466649d 100644 (file)
@@ -209,8 +209,9 @@ public Q_SLOTS:
 
     /**
      * Opens a new tab in the background showing the URL \a url.
+     * @return A pointer to the opened DolphinTabPage.
      */
-    void openNewTab(const QUrl &url);
+    DolphinTabPage *openNewTab(const QUrl &url);
 
     /**
      * Opens a new tab  showing the URL \a url and activate it.
@@ -295,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);