summaryrefslogtreecommitdiffstats
path: root/src/dbus
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2021-10-01 09:45:54 +0200
committerFabian Kosmale <fabian.kosmale@qt.io>2021-10-05 12:26:24 +0200
commit5381f6c8773e00f6dee998ddfa9d8b711c45413a (patch)
treec7333f4b642d5009aaba2cfe0a1e98df5654991b /src/dbus
parent1bed4a256522fab123ffe9c42a5988f50ea0aa0b (diff)
Remove QWeakPointer::operator->
operator-> was only defined if QWEAKPOINTER_ENABLE_ARROW is defined. However, even in that case it would call QWeakPointer<T>::data, which does not actually exist. Take this as an indicator that nobody actually uses operator->, and remove the code completely. Note that the QWEAKPOINTER_ENABLE_ARROW was not documented, and neither was operator->. Change-Id: I2f4aa961a64281542c8c1b248a993e83471c059d Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'src/dbus')
0 files changed, 0 insertions, 0 deletions