]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphincontextmenu.h
SVN_SILENT made messages (.desktop file) - always resolve ours
[dolphin.git] / src / dolphincontextmenu.h
index 04b0697d0a243501d1ab9e6f033ab8e357da9e57..f60be558e8a087274bcd8ade34ad8c8464801774 100644 (file)
@@ -95,6 +95,9 @@ private:
     void addAdditionalActions(const KFileItemListProperties &props);
 
 private:
+    void addDirectoryItemContextMenu();
+    void addOpenParentFolderActions();
+
     struct Entry {
         int type;
         QString name;
@@ -110,6 +113,7 @@ private:
         TrashContext = 2,
         TimelineContext = 4,
         SearchContext = 8,
+        RecentlyUsedContext = 16,
     };
 
     DolphinMainWindow *m_mainWindow;
@@ -126,7 +130,6 @@ private:
     KFileCopyToMenu m_copyToMenu;
 
     DolphinRemoveAction *m_removeAction; // Action that represents either 'Move To Trash' or 'Delete'
-    void addDirectoryItemContextMenu();
     KFileItemActions *m_fileItemActions;
 };