┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontextmenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphincontextmenu.h')
-rw-r--r--src/dolphincontextmenu.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/dolphincontextmenu.h b/src/dolphincontextmenu.h
index bf0cf2c97..3f36895ec 100644
--- a/src/dolphincontextmenu.h
+++ b/src/dolphincontextmenu.h
@@ -146,7 +146,9 @@ private:
{
NoContext = 0,
ItemContext = 1,
- TrashContext = 2
+ TrashContext = 2,
+ TimelineContext = 4,
+ SearchContext = 8,
};
QPoint m_pos;
@@ -167,6 +169,8 @@ private:
Command m_command;
DolphinRemoveAction* m_removeAction; // Action that represents either 'Move To Trash' or 'Delete'
+ void addDirectoryItemContextMenu(KFileItemActions &fileItemActions);
+
};
#endif