Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneMoreGres/ScreenTranslator
/ handleModelDoubleClick
Method
handleModelDoubleClick
src/service/updates.cpp:907–913 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
905
}
906
907
void Updater::handleModelDoubleClick(const QModelIndex &index)
908
{
909
if (!index.isValid())
910
return;
911
912
model_->tryAction(Action::Install, fromProxy(index));
913
}
914
915
void Updater::showModelContextMenu()
916
{
Callers
nothing calls this directly
Calls
2
tryAction
Method · 0.80
isValid
Method · 0.45
Tested by
no test coverage detected