MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / displayText

Method displayText

gui/imagedelegate.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31QString ImageDelegate::displayText(const QVariant &value, const QLocale &locale) const {
32 Q_UNUSED(locale); // suppress unused variable
33 Q_UNUSED(value);
34 return "";
35}
36
37
38

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected