summaryrefslogtreecommitdiff
path: root/src/envshell.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-01-20 23:25:53 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2020-02-04 03:33:21 -0500
commitdd4bd5b17ddedcaf64df09f7a10d34267b8834c3 (patch)
tree3e7d7ced274d7279070b0aebf84b0b8f889dc9a2 /src/envshell.h
parent2d4216a4f040f157b710eb0132f4049b4d69bddb (diff)
shift+right click for shell menu
Diffstat (limited to 'src/envshell.h')
-rw-r--r--src/envshell.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/envshell.h b/src/envshell.h
new file mode 100644
index 00000000..f30495e0
--- /dev/null
+++ b/src/envshell.h
@@ -0,0 +1,14 @@
+#ifndef ENV_SHELL_H
+#define ENV_SHELL_H
+
+#include <QFileInfo>
+#include <QPoint>
+
+namespace env
+{
+
+void showShellMenu(QWidget* parent, const QFileInfo& file, const QPoint& pos);
+
+}
+
+#endif // ENV_SHELL_H