diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-01-21 23:45:11 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-04 03:33:21 -0500 |
| commit | e3211683fd75b4c297f2f670819ad5dacb18a19c (patch) | |
| tree | 938325c3a596ea24c74f3718b6c2b8c56befae04 /src/envshell.h | |
| parent | abdf98bbfe5b9a5635a158d4554e1b6e1155789b (diff) | |
shell menu for multiple files
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); } |
