Compiler warning fix for potential uninitialized var.

This commit is contained in:
harry 2023-05-15 21:29:42 -04:00
parent be38e34a06
commit a20f6f559b
1 changed files with 2 additions and 0 deletions

View File

@ -989,6 +989,8 @@ static int readQPaletteFromFile( const char *path, QPalette *pal )
rTxtMatch = NULL;
r = QPalette::WindowText;
for (k=0; k<30; k++)
{