diff options
Diffstat (limited to 'src/envshell.h')
| -rw-r--r-- | src/envshell.h | 14 |
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 |
