]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphincontextmenu.h
Return the focus from the filter bar to the view if Enter is pressed
[dolphin.git] / src / dolphincontextmenu.h
index 9e8b804cd4937c62a70f7a10347553b419d9a2aa..3d0005d30a21810546dabd754ea166427ada5870 100644 (file)
@@ -130,11 +130,6 @@ private:
      */
     void addShowMenuBarAction();
 
-    /**
-     * Returns a name for adding the URL \a url to the Places panel.
-     */
-    QString placesName(const KUrl& url) const;
-
     bool placeExists(const KUrl& url) const;
 
     QAction* createPasteAction();
@@ -176,8 +171,8 @@ private:
     void updateRemoveAction();
 
     /**
-     * @return True if no shift key has been pressed and the selection represents
-     *         only local files.
+     * @return True if a moving to the trash should be done instead of
+     *         deleting the selected items.
      * @see updateRemoveAction(), slotRemoveActionTriggered()
      */
     bool moveToTrash() const;