void addAdditionalActions(const KFileItemListProperties &props);
private:
+ void addDirectoryItemContextMenu();
+ void addOpenParentFolderActions();
+
struct Entry {
int type;
QString name;
TrashContext = 2,
TimelineContext = 4,
SearchContext = 8,
+ RecentlyUsedContext = 16,
};
DolphinMainWindow *m_mainWindow;
KFileCopyToMenu m_copyToMenu;
DolphinRemoveAction *m_removeAction; // Action that represents either 'Move To Trash' or 'Delete'
- void addDirectoryItemContextMenu();
KFileItemActions *m_fileItemActions;
};