Home
last modified time | relevance | path

Searched refs:toDeselectId (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/copyq/CopyQ-5.0.0/src/scriptable/
H A Dscriptableproxy.h209 void selectionDeselectSelection(int id, int toDeselectId);
H A Dscriptableproxy.cpp1853 void ScriptableProxy::selectionDeselectSelection(int id, int toDeselectId) in selectionDeselectSelection() argument
1855 INVOKE2(selectionDeselectSelection, (id, toDeselectId)); in selectionDeselectSelection()
1857 const auto deselection = m_selections.value(toDeselectId); in selectionDeselectSelection()