blob: f30495e070197ec967db410f9513ae5f35b083ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|