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