[qet] [GIT] qet/qet.git branch master updated. 0.8-dev-755-gc7ffae7 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
This is an automated email from git. It was generated because a ref
change was pushed to the "qet/qet.git" repository.
The branch, master has been updated
via c7ffae791829735da3fdb15da4f2a7fc4234b7c1 (commit)
from f21cdb4040940c02b4de9d201890db55de14e6b4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c7ffae791829735da3fdb15da4f2a7fc4234b7c1
Author: Simon De Backer <simondebacker@xxxxxxx>
Date: Mon Sep 21 20:23:20 2020 +0200
Fix Qt 6 deprecated Qt::SystemLocaleShortDate
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).
-----------------------------------------------------------------------
Summary of changes:
sources/bordertitleblock.cpp | 9 ++-
sources/dataBase/projectdatabase.cpp | 13 +++-
sources/qetproject.cpp | 124 ++++++++++++++++++-----------------
3 files changed, 82 insertions(+), 64 deletions(-)
hooks/post-receive
--
qet/qet.git