mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-06-20 05:34:12 +02:00
c7ffae7918
The format options Qt::SystemLocaleDate, Qt::SystemLocaleShortDate and Qt::SystemLocaleLongDate shall be removed in Qt 6. Their use should be replaced with QLocale::system().toString(date, QLocale::ShortFormat) or QLocale::system().toString(date, QLocale::LongFormat).