MCPcopy 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
907void Updater::handleModelDoubleClick(const QModelIndex &index)
908{
909 if (!index.isValid())
910 return;
911
912 model_->tryAction(Action::Install, fromProxy(index));
913}
914
915void Updater::showModelContextMenu()
916{

Callers

nothing calls this directly

Calls 2

tryActionMethod · 0.80
isValidMethod · 0.45

Tested by

no test coverage detected