Skip to content
Snippets Groups Projects
Commit 879ea985 authored by Pierre Lamot's avatar Pierre Lamot Committed by Steve Lhomme
Browse files

qt: fix function with no return value in mlcustomcover

parent b48c3681
No related branches found
No related tags found
1 merge request!5651qt: fix function with no return value in mlcustomcover
Pipeline #486951 passed with stage
in 22 minutes and 28 seconds
......@@ -198,6 +198,7 @@ public:
{
if (image.isNull())
return QStringLiteral("Unspecified error.");
return QStringLiteral("");
}
private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment