| 52 | QDateTime itemChangedLast; |
| 53 | QString format; |
| 54 | QString toString() const { return QString("File: %1 Last Changed: %2 Format: %3").arg(filePath).arg(itemChangedLast.toString("yy-M-d H-m-s")).arg(format); } |
| 55 | }; |
| 56 | |
| 57 | QList<ItemData> getAllValidItems() |
no outgoing calls
no test coverage detected