diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-01-22 00:13:15 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-04 03:33:21 -0500 |
| commit | 0f6205bea500169b48b86e321d4d3f650603da2d (patch) | |
| tree | ca5e99edab8d93fd1705598b12fa1855a2a3d871 /src/envshell.h | |
| parent | d0be8a0d3b8c021e3efda0041ebb55eae25dbfde (diff) | |
dummy menu for files in multiple directories
Diffstat (limited to 'src/envshell.h')
| -rw-r--r-- | src/envshell.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/envshell.h b/src/envshell.h index 3e694562..86d9b0fc 100644 --- a/src/envshell.h +++ b/src/envshell.h @@ -27,6 +27,7 @@ private: HMenuPtr createMenu(IContextMenu* cm); int runMenu(QMainWindow* mw, IContextMenu* cm, HMENU menu, const QPoint& p); void invoke(QMainWindow* mw, const QPoint& p, int cmd, IContextMenu* cm); + void showDummyMenu(QMainWindow* mw, const QPoint& pos, const QString& what); }; } // namespace |
