mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 17:41:12 +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() {
|
Font::Font() {
|
||||||
static bool fontResourceInitComplete = false;
|
static bool fontResourceInitComplete = false;
|
||||||
if (!fontResourceInitComplete) {
|
if (!fontResourceInitComplete) {
|
||||||
Q_INIT_RESOURCE(font);
|
Q_INIT_RESOURCE(fonts);
|
||||||
fontResourceInitComplete = true;
|
fontResourceInitComplete = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue