Compiler warning fix for potential uninitialized var.
This commit is contained in:
parent
be38e34a06
commit
a20f6f559b
|
@ -989,6 +989,8 @@ static int readQPaletteFromFile( const char *path, QPalette *pal )
|
||||||
|
|
||||||
rTxtMatch = NULL;
|
rTxtMatch = NULL;
|
||||||
|
|
||||||
|
r = QPalette::WindowText;
|
||||||
|
|
||||||
for (k=0; k<30; k++)
|
for (k=0; k<30; k++)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue