]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphincontextmenu.h
SVN_SILENT: assure that the position of the methods in the cpp file matchs with the...
[dolphin.git] / src / dolphincontextmenu.h
index c9099925231ed90437e8ad40caf1f4b597c687e4..0b4d2bf5395e73a8cc5f4f2ca636a8c3dcfa0caf 100644 (file)
@@ -69,6 +69,9 @@ public:
     /** Opens the context menu model. */
     void open();
 
+private slots:
+    void pasteIntoFolder();
+
 private:
     void openTrashContextMenu();
     void openTrashItemContextMenu();
@@ -103,6 +106,13 @@ private:
      */
     void addShowMenubarAction(KMenu* menu);
 
+    /**
+     * Returns a name for adding the URL \a url to the Places panel.
+     */
+    QString placesName(const KUrl& url) const;
+
+    QAction* createPasteAction();
+
 private:
     struct Entry
     {