This repository was archived by the owner on Mar 20, 2025. It is now read-only.
Fix remaining Qt 6.9 deprecations #2377
Annotations
10 errors and 10 warnings
Run cpp-linter/cpp-linter-action@v2:
tests/pubsubutil.h#L8
'QXmppPubSubBaseItem.h' file not found
|
Run cpp-linter/cpp-linter-action@v2:
tests/util.h#L10
'QXmppError.h' file not found
|
Run cpp-linter/cpp-linter-action@v2:
tests/IntegrationTesting.h#L8
'QXmppConfiguration.h' file not found
|
Run cpp-linter/cpp-linter-action@v2:
tests/TestClient.h#L8
'QXmppClient.h' file not found
|
Run cpp-linter/cpp-linter-action@v2:
src/base/QXmppConstants_p.h#L8
'QStringView' file not found
|
Run cpp-linter/cpp-linter-action@v2:
src/base/QXmppStreamError.h#L8
unknown type name 'namespace'
|
Run cpp-linter/cpp-linter-action@v2:
src/base/QXmppStreamError.h#L8
expected ';' after top level declarator
|
Run cpp-linter/cpp-linter-action@v2:
src/base/QXmppGlobal.h#L11
'qxmpp_export.h' file not found
|
Run cpp-linter/cpp-linter-action@v2:
src/base/QXmppStanza.h#L12
'optional' file not found
|
Run cpp-linter/cpp-linter-action@v2:
src/base/QXmppPushEnableIq.h#L10
'QXmppIq.h' file not found with <angled> include; use "quotes" instead
|
Run cpp-linter/cpp-linter-action@v2:
tests/pubsubutil.h#L14
variable 'TestItem' is non-const and globally accessible, consider making it const
|
Run cpp-linter/cpp-linter-action@v2:
tests/pubsubutil.h#L14
variable 'QXmppPubSubBaseItem' is non-const and globally accessible, consider making it const
|
Run cpp-linter/cpp-linter-action@v2:
tests/pubsubutil.h#L47
variable 'TestItem' is non-const and globally accessible, consider making it const
|
Run cpp-linter/cpp-linter-action@v2:
tests/util.h#L301
variable 'TestPasswordChecker' is non-const and globally accessible, consider making it const
|
Run cpp-linter/cpp-linter-action@v2:
tests/util.h#L301
variable 'QXmppPasswordChecker' is non-const and globally accessible, consider making it const
|
Run cpp-linter/cpp-linter-action@v2:
tests/IntegrationTesting.h#L25
variable 'IntegrationTests' is non-const and globally accessible, consider making it const
|
Run cpp-linter/cpp-linter-action@v2:
tests/TestClient.h#L15
variable 'TestClient' is non-const and globally accessible, consider making it const
|
Run cpp-linter/cpp-linter-action@v2:
tests/TestClient.h#L15
variable 'QXmppClient' is non-const and globally accessible, consider making it const
|
Run cpp-linter/cpp-linter-action@v2:
src/base/QXmppPubSubMetadata.h#L13
variable 'QXmppPubSubMetadataPrivate' is non-const and globally accessible, consider making it const
|
Run cpp-linter/cpp-linter-action@v2:
src/base/QXmppPubSubMetadata.h#L15
variable 'QXMPP_EXPORT' is non-const and globally accessible, consider making it const
|
Loading