qt6-bb10/tests/auto/corelib
Sona Kurazyan 8c8eae279d Remove usages of deprecated APIs from QDateTime
- Replaced the usages of:
  * QDateTime::toTime_t() -> QDateTime::toSecsSinceEpoch().
  * QDateTime::fromTime_t() -> QDateTime::fromSecsSinceEpoch().
  * QDate::shortDayName() -> QLocale::system().dayName().
  * QTime by QElapsedTimer, where the deprecated methods of QTime
    were used.

- Modified the tests for the deprecated methods to be enabled only
  when the corresponding methods are enabled: when the deprecated
  APIs are disabled, the tests will be also disabled, and the
  compilation won't be broken.

Task-number: QTBUG-76491
Change-Id: I4d565db2329e580c567aae511696eb1efe120843
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2019-07-02 09:49:36 +02:00
..
animation Report correct state change when destroying QAbstractAnimation 2019-06-20 12:46:30 +02:00
codecs Add tests for decoding too-short UTF-8 sequences 2018-09-25 22:14:07 +00:00
global Merge remote-tracking branch 'origin/5.13' into dev 2019-06-27 14:38:03 +02:00
io Remove usages of deprecated APIs from QDateTime 2019-07-02 09:49:36 +02:00
itemmodels test: migrate QItemSelectionModel test to QRegularExpression 2019-06-10 19:29:44 +00:00
kernel QObject: deprecate the undocumented userData() feature 2019-06-29 16:10:01 +02:00
mimetypes Remove handling of missing Q_COMPILER_RVALUE_REFS 2019-05-01 20:24:45 +00:00
plugin Merge remote-tracking branch 'origin/5.13' into dev 2019-06-27 14:38:03 +02:00
serialization Convert uses of QTime as a timer to QElapsedTimer 2019-06-14 10:42:33 +02:00
statemachine test: migrate QStateMachine test to QRegularExpression 2019-06-10 19:23:42 +00:00
thread tst_QThread: Add output for all elapsed tests 2019-06-28 00:24:17 +02:00
time Remove usages of deprecated APIs from QDateTime 2019-07-02 09:49:36 +02:00
tools Remove usages of deprecated APIs from QDateTime 2019-07-02 09:49:36 +02:00
corelib.pro Separate out the time, zone, date code from corelib/tools/ 2019-06-06 15:54:32 +02:00