Android: remove duplicate declaration for m_contextMenuVisible
It's also declared in QtActivityDelegateBase. Change-Id: I5e526300f17ec5c808e99eee902c465906334713 Reviewed-by: Petri Virkkunen <petri.virkkunen@qt.io> (cherry picked from commit 2b2776c3b8c2de8bdaa32645c71fc371585a4a04) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
07ba8781f7
commit
7bbe59b541
@ -329,12 +329,10 @@ class QtActivityDelegate extends QtActivityDelegateBase
|
||||
}
|
||||
// QtMenuInterface implementation end
|
||||
|
||||
private boolean m_contextMenuVisible = false;
|
||||
|
||||
void onCreatePopupMenu(Menu menu)
|
||||
{
|
||||
QtNative.fillContextMenu(menu);
|
||||
m_contextMenuVisible = true;
|
||||
setContextMenuVisible(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user