MCPcopy Create free account
hub / github.com/Martchus/syncthingtray / createDiffHighlighter

Method createDiffHighlighter

syncthingwidgets/misc/syncthingmodels.cpp:287–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287DiffHighlighter *SyncthingModels::createDiffHighlighter(QTextDocument *parent)
288{
289 return new DiffHighlighter(parent);
290}
291
292QString SyncthingModels::resolveUrl(const QUrl &url)
293{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected