Fix compiler warning

This commit is contained in:
Casper Jeukendrup 2021-11-19 20:34:13 +01:00
parent 1bae4edcc9
commit 28b3444f21
No known key found for this signature in database
GPG key ID: 6C571BEF59E722DD

View file

@ -1445,7 +1445,7 @@ PropertyValue EditStyle::getValue(StyleId idx)
return as->align();
} break;
default: {
qFatal("EditStyle::getValue: unhandled type <%s>", type);
qFatal("EditStyle::getValue: unhandled type <%d>", type);
} break;
}