MCPcopy Create free account
hub / github.com/KDAB/GammaRay / markObjectAsFavorite

Method markObjectAsFavorite

client/favoriteobjectclient.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void FavoriteObjectClient::markObjectAsFavorite(const ObjectId &id)
27{
28 Endpoint::instance()->invokeObject(objectName(), "markObjectAsFavorite", QVariantList() << QVariant::fromValue(id));
29}
30
31void FavoriteObjectClient::unfavoriteObject(const ObjectId &id)
32{

Callers

nothing calls this directly

Calls 1

invokeObjectMethod · 0.45

Tested by

no test coverage detected