diff options
| author | Elvis Angelaccio <[email protected]> | 2020-12-15 23:28:15 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2020-12-15 23:28:15 +0100 |
| commit | 1b192c67f9735cd724c4958e7ba32a7b549770b6 (patch) | |
| tree | 7f5699a40997b704fa7971e0e229472c7af0f12d /src/dolphincontextmenu.cpp | |
| parent | 42cd439af882c78e6e3c1f6a58dd8d47ce47ff57 (diff) | |
| parent | aeea98837d22d018b4d738d0d64297f856e3955c (diff) | |
Merge branch 'release/20.12'
Diffstat (limited to 'src/dolphincontextmenu.cpp')
| -rw-r--r-- | src/dolphincontextmenu.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dolphincontextmenu.cpp b/src/dolphincontextmenu.cpp index f95701e4f..eabd81e22 100644 --- a/src/dolphincontextmenu.cpp +++ b/src/dolphincontextmenu.cpp @@ -105,7 +105,6 @@ DolphinContextMenu::Command DolphinContextMenu::open() } else if (m_context & ItemContext) { openItemContextMenu(); } else { - Q_ASSERT(m_context == NoContext); openViewportContextMenu(); } |
