mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 09:33:45 +02:00
cleanup debug for font load
This commit is contained in:
parent
27b91e7d43
commit
7b5af1e3fd
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ Font* loadFont(const QString& family) {
|
|||
QFile fontFile(loadFilename);
|
||||
fontFile.open(QIODevice::ReadOnly);
|
||||
|
||||
qDebug() << "the file with filename" << loadFilename << "is" << fontFile.size() << "bytes";
|
||||
qDebug() << "Loaded font" << loadFilename << "from Qt Resource System.";
|
||||
|
||||
LOADED_FONTS[family] = loadFont(fontFile);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue