Skip to content

Commit 59e9fcb

Browse files
committed
[Add] Context menu functionality in Tree class
1 parent 4e5800e commit 59e9fcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/Tree.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class Tree : public QObject
1717
~Tree();
1818

1919
private:
20+
void showContextMenu(const QPoint &pos);
2021
void setupModel();
2122
void setupTree();
2223
void openFile(const QModelIndex &index);

0 commit comments

Comments
 (0)