Merge branch 'master' of github.com:martinrotter/rssguard

This commit is contained in:
Martin Rotter 2023-04-27 14:02:44 +02:00
commit a64b3c41da
1 changed files with 2 additions and 0 deletions

View File

@ -178,9 +178,11 @@ QString MessageObject::createLabelId(const QString& title, const QString& hex_co
if (hex_color.isEmpty()) {
// Generate color.
return nullptr;
}
// TODO: CONTINUE
return nullptr;
}
void MessageObject::addEnclosure(const QString& url, const QString& mime_type) const {