diff options
Diffstat (limited to 'src/envshell.h')
| -rw-r--r-- | src/envshell.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/envshell.h b/src/envshell.h index f30495e0..3be53841 100644 --- a/src/envshell.h +++ b/src/envshell.h @@ -7,7 +7,11 @@ namespace env { -void showShellMenu(QWidget* parent, const QFileInfo& file, const QPoint& pos); +void showShellMenu( + QWidget* parent, const QFileInfo& file, const QPoint& pos); + +void showShellMenu( + QWidget* parent, const std::vector<QFileInfo>& files, const QPoint& pos); } |
