mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 07:34:02 +02:00
correct resource name for Q_INIT_RESOURCE
This commit is contained in:
parent
961b5b5346
commit
caf50764b4
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ Font* loadFont(const QString& family) {
|
|||
Font::Font() {
|
||||
static bool fontResourceInitComplete = false;
|
||||
if (!fontResourceInitComplete) {
|
||||
Q_INIT_RESOURCE(font);
|
||||
Q_INIT_RESOURCE(fonts);
|
||||
fontResourceInitComplete = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue