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

Method DateDelegate

gui/datedelegate.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24extern Global global;
25
26DateDelegate::DateDelegate(QObject *parent) :
27 QStyledItemDelegate(parent)
28{
29}
30
31
32QString DateDelegate::displayText(const QVariant &value, const QLocale &locale) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected