mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #22: Fix compilation warnings
This commit is contained in:
@@ -139,9 +139,9 @@ int PDFToolInfoFonts::execute(const PDFToolOptions& options)
|
||||
if (plusPos == 6)
|
||||
{
|
||||
isSubset = true;
|
||||
for (int i = 0; i < 6; ++i)
|
||||
for (int iFontName = 0; iFontName < 6; ++iFontName)
|
||||
{
|
||||
QChar character = fontName[i];
|
||||
QChar character = fontName[iFontName];
|
||||
if (!character.isLetter() || !character.isUpper())
|
||||
{
|
||||
isSubset = false;
|
||||
|
Reference in New Issue
Block a user