telepathy-qt: Use override specifiers wherever it makes sense
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Sat Jan 25 18:06:00 UTC 2020
Module: telepathy-qt
Branch: master
Commit: f2fb77fb12622232f49bf325d16228f8c6957175
URL: http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=f2fb77fb12622232f49bf325d16228f8c6957175
Author: Alexander Akulich <akulichalexander at gmail.com>
Date: Sat Jan 18 19:28:59 2020 +0300
Use override specifiers wherever it makes sense
Refactored with clang-tidy
---
TelepathyQt/Farstream/channel.h | 2 +-
TelepathyQt/abstract-adaptor.h | 2 +-
TelepathyQt/abstract-client.h | 8 +-
TelepathyQt/abstract-interface.h | 2 +-
TelepathyQt/account-factory.h | 4 +-
TelepathyQt/account-manager.h | 2 +-
TelepathyQt/account-property-filter.h | 4 +-
TelepathyQt/account-set-internal.h | 2 +-
TelepathyQt/account-set.h | 2 +-
TelepathyQt/account.h | 2 +-
TelepathyQt/base-call-internal.h | 6 +-
TelepathyQt/base-call.h | 18 ++--
TelepathyQt/base-channel-internal.h | 38 ++++----
TelepathyQt/base-channel.h | 108 ++++++++++-----------
TelepathyQt/base-connection-internal.h | 24 ++---
TelepathyQt/base-connection-manager-internal.h | 2 +-
TelepathyQt/base-connection-manager.h | 8 +-
TelepathyQt/base-connection.h | 60 ++++++------
TelepathyQt/base-debug.h | 2 +-
TelepathyQt/base-protocol-internal.h | 8 +-
TelepathyQt/base-protocol.h | 26 ++---
TelepathyQt/call-channel.h | 2 +-
TelepathyQt/call-content.h | 4 +-
TelepathyQt/call-stream.h | 2 +-
TelepathyQt/callbacks.h | 4 +-
TelepathyQt/captcha-authentication-internal.h | 4 +-
TelepathyQt/captcha-authentication.h | 2 +-
TelepathyQt/channel-dispatch-operation-internal.h | 2 +-
TelepathyQt/channel-dispatch-operation.h | 2 +-
TelepathyQt/channel-factory.h | 12 +--
TelepathyQt/channel-request.h | 2 +-
TelepathyQt/channel.h | 2 +-
TelepathyQt/client-registrar-internal.h | 10 +-
TelepathyQt/client-registrar.cpp | 2 +-
TelepathyQt/client-registrar.h | 2 +-
TelepathyQt/connection-capabilities.h | 2 +-
TelepathyQt/connection-factory.h | 4 +-
TelepathyQt/connection-lowlevel.h | 2 +-
TelepathyQt/connection-manager-internal.h | 4 +-
TelepathyQt/connection-manager-lowlevel.h | 2 +-
TelepathyQt/connection-manager.h | 2 +-
TelepathyQt/connection.h | 2 +-
TelepathyQt/contact-capabilities.h | 2 +-
TelepathyQt/contact-factory.h | 2 +-
TelepathyQt/contact-manager-internal.h | 8 +-
TelepathyQt/contact-manager.h | 2 +-
TelepathyQt/contact-messenger.h | 2 +-
TelepathyQt/contact-search-channel.h | 2 +-
TelepathyQt/contact.h | 2 +-
TelepathyQt/dbus-object.h | 2 +-
TelepathyQt/dbus-proxy-factory-internal.h | 2 +-
TelepathyQt/dbus-proxy-factory.h | 2 +-
TelepathyQt/dbus-proxy.h | 6 +-
TelepathyQt/dbus-service.h | 4 +-
TelepathyQt/dbus-tube-channel.h | 2 +-
TelepathyQt/debug-receiver.h | 2 +-
TelepathyQt/fake-handler-manager-internal.h | 4 +-
TelepathyQt/file-transfer-channel.h | 2 +-
TelepathyQt/filter.h | 2 +-
TelepathyQt/fixed-feature-factory.h | 4 +-
TelepathyQt/generic-capability-filter.h | 6 +-
TelepathyQt/generic-property-filter.h | 6 +-
TelepathyQt/handled-channel-notifier.h | 4 +-
TelepathyQt/incoming-dbus-tube-channel.h | 2 +-
TelepathyQt/incoming-file-transfer-channel.h | 6 +-
TelepathyQt/incoming-stream-tube-channel.h | 2 +-
TelepathyQt/io-device.h | 10 +-
TelepathyQt/method-invocation-context.h | 2 +-
TelepathyQt/object.h | 2 +-
TelepathyQt/outgoing-dbus-tube-channel.h | 2 +-
TelepathyQt/outgoing-file-transfer-channel.h | 6 +-
.../outgoing-stream-tube-channel-internal.h | 4 +-
TelepathyQt/outgoing-stream-tube-channel.h | 2 +-
TelepathyQt/pending-account.h | 2 +-
TelepathyQt/pending-captchas.h | 2 +-
TelepathyQt/pending-channel-request-internal.h | 2 +-
TelepathyQt/pending-channel-request.h | 2 +-
TelepathyQt/pending-channel.cpp | 4 +-
TelepathyQt/pending-channel.h | 2 +-
TelepathyQt/pending-connection.h | 2 +-
TelepathyQt/pending-contact-attributes.h | 2 +-
TelepathyQt/pending-contact-info.h | 2 +-
TelepathyQt/pending-contacts-internal.h | 2 +-
TelepathyQt/pending-contacts.h | 2 +-
TelepathyQt/pending-dbus-tube-connection.h | 2 +-
TelepathyQt/pending-debug-message-list.h | 2 +-
TelepathyQt/pending-handles.h | 2 +-
TelepathyQt/pending-operation.h | 2 +-
TelepathyQt/pending-ready.h | 2 +-
TelepathyQt/pending-send-message.h | 2 +-
TelepathyQt/pending-stream-tube-connection.h | 2 +-
TelepathyQt/pending-string-list.h | 2 +-
TelepathyQt/pending-string.h | 2 +-
TelepathyQt/pending-variant-map.h | 2 +-
TelepathyQt/pending-variant.h | 2 +-
TelepathyQt/profile-manager.h | 2 +-
TelepathyQt/profile.cpp | 10 +-
TelepathyQt/profile.h | 2 +-
TelepathyQt/readiness-helper.h | 2 +-
TelepathyQt/request-temporary-handler-internal.h | 6 +-
TelepathyQt/room-list-channel.h | 2 +-
TelepathyQt/server-authentication-channel.h | 2 +-
TelepathyQt/simple-call-observer.h | 2 +-
TelepathyQt/simple-observer-internal.h | 10 +-
TelepathyQt/simple-observer.h | 2 +-
TelepathyQt/simple-pending-operations.h | 2 +-
TelepathyQt/simple-stream-tube-handler.h | 6 +-
TelepathyQt/simple-text-observer-internal.h | 2 +-
TelepathyQt/simple-text-observer.h | 2 +-
TelepathyQt/stream-tube-channel.h | 2 +-
TelepathyQt/stream-tube-client-internal.h | 2 +-
TelepathyQt/stream-tube-client.h | 2 +-
TelepathyQt/stream-tube-server-internal.h | 2 +-
TelepathyQt/stream-tube-server.cpp | 2 +-
TelepathyQt/stream-tube-server.h | 2 +-
TelepathyQt/streamed-media-channel.h | 6 +-
TelepathyQt/text-channel.h | 2 +-
TelepathyQt/tube-channel.h | 2 +-
examples/accounts/account-item.h | 2 +-
examples/accounts/accounts-window.h | 2 +-
examples/cm/protocol.h | 2 +-
examples/contact-messenger/sender.h | 2 +-
examples/file-transfer/file-receiver-handler.h | 6 +-
examples/file-transfer/file-receiver.h | 2 +-
examples/file-transfer/file-sender.h | 2 +-
examples/file-transfer/pending-file-receive.h | 2 +-
examples/file-transfer/pending-file-send.h | 2 +-
examples/file-transfer/pending-file-transfer.h | 2 +-
examples/protocols/cm-wrapper.h | 2 +-
examples/protocols/protocols.h | 2 +-
examples/roster/roster-item.h | 2 +-
examples/roster/roster-widget.h | 2 +-
examples/roster/roster-window.h | 2 +-
examples/stream-tubes/tube-initiator.h | 2 +-
examples/stream-tubes/tube-receiver.h | 2 +-
tests/dbus/account-connection-factory.cpp | 2 +-
tests/dbus/base-filetransfer.cpp | 2 +-
tests/dbus/cm-protocol.cpp | 10 +-
tests/dbus/contact-messenger.cpp | 6 +-
tests/dbus/simple-observer.cpp | 4 +-
tests/dbus/stream-tube-handlers.cpp | 8 +-
tests/dbus/types.cpp | 2 +-
tests/lib/glib-helpers/test-conn-helper.h | 2 +-
tests/lib/test-thread-helper.h | 2 +-
tests/lib/test.h | 2 +-
tests/ptr.cpp | 2 +-
146 files changed, 353 insertions(+), 353 deletions(-)
Diff: http://cgit.freedesktop.org/telepathy/telepathy-qt/diff/?id=f2fb77fb12622232f49bf325d16228f8c6957175
More information about the telepathy-commits
mailing list