diff options
author | Marc Mutz <marc.mutz@kdab.com> | 2013-11-13 12:07:08 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-11-14 21:15:35 +0100 |
commit | 6128f4efb42dec892ce057d92832adc820114c60 (patch) | |
tree | a55187d271b79d3090f5469b19f117ab585ffa4f /src/android | |
parent | 9e78ab458714cb143703ded378be9e84380c2c98 (diff) | |
download | qtbase-6128f4efb42dec892ce057d92832adc820114c60.tar.gz |
QTimeZone: mark ctors as explicit
An int is not a proper representation for a QTimeZone, so don't provide
an implicit conversion from it. OTOH, {QByteArray, int, QString, QString}
_does_ nicely represent a QTimeZone, so explicitly state the implicitness
of that constructor so {}-init continues to work in C++11.
Change-Id: I865a6b38b8ab3c577625b7b08efbfc98914abfbe
Reviewed-by: John Layt <jlayt@kde.org>
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/android')
0 files changed, 0 insertions, 0 deletions