Fix build error with the -Werror=return-type flag (#928)
This commit is contained in:
parent
99b031e4fb
commit
5f6d1a12b6
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user