#ifndef ENV_SHELL_H #define ENV_SHELL_H #include #include namespace env { void showShellMenu( QWidget* parent, const QFileInfo& file, const QPoint& pos); void showShellMenu( QWidget* parent, const std::vector& files, const QPoint& pos); } #endif // ENV_SHELL_H