This commit is contained in:
Oleg Romashin 2008-04-19 18:13:55 +03:00
Родитель 2f261d7b11
Коммит e87ddcbfe9
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -44,6 +44,7 @@
#include "gfxPlatformQt.h"
#include "gfxQtFonts.h"
#include "qdebug.h"
/**
* gfxQtFontGroup
@ -53,7 +54,7 @@ gfxQtFontGroup::gfxQtFontGroup (const nsAString& families,
const gfxFontStyle *aStyle)
: gfxFontGroup(families, aStyle)
{
qDebug("Func:%s::%d, fam:%s\n\tNeed to create font metrics, otherwise - CRASH\n\n", __PRETTY_FUNCTION__, __LINE__, NS_ConvertUTF16toUTF8(families).get());
}
gfxQtFontGroup::~gfxQtFontGroup()