| 24 | extern Global global; |
| 25 | |
| 26 | DateDelegate::DateDelegate(QObject *parent) : |
| 27 | QStyledItemDelegate(parent) |
| 28 | { |
| 29 | } |
| 30 | |
| 31 | |
| 32 | QString DateDelegate::displayText(const QVariant &value, const QLocale &locale) const { |
nothing calls this directly
no outgoing calls
no test coverage detected