diff options
| author | Elvis Angelaccio <[email protected]> | 2020-12-15 22:56:06 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2020-12-19 18:25:07 +0100 |
| commit | 125c7aba09cea4ce0f7a1e0106e4eec0f1aa8c9f (patch) | |
| tree | 55856aa9b20cbdc0d279904820732e578b4967b7 /src/dolphincontextmenu.cpp | |
| parent | ef093154046f91a59bc7e0fe1f22b590f45a0b0b (diff) | |
DolphinContextMenu: drop wrong assert
`m_context` can also be `SearchContext` or `TimelineContext`, so this
assert has been wrong since 8b0c12a59ccb23f.
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 283f52565..91e9d8238 100644 --- a/src/dolphincontextmenu.cpp +++ b/src/dolphincontextmenu.cpp @@ -103,7 +103,6 @@ DolphinContextMenu::Command DolphinContextMenu::open() } else if (m_context & ItemContext) { openItemContextMenu(); } else { - Q_ASSERT(m_context == NoContext); openViewportContextMenu(); } |
