correct static monthDays array type

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2020-04-06 12:51:25 +00:00
parent 4c06eda33c
commit a4d0afb30d

View file

@ -146,7 +146,7 @@ static void getDateFromJulianDay(uint julianDay, int *year, int *month, int *day
}
static const char monthDays[] = { 0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 };
static const int monthDays[] = { 0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 };
#ifndef QT_NO_TEXTDATE
static const char * const qt_shortMonthNames[] = {