summaryrefslogtreecommitdiffstats
path: root/examples/mqtt/websocketsubscription
Commit message (Expand)AuthorAgeFilesLines
* Change license for build files in exampleLucie Gérard2024-03-201-1/+1
* Use the list initializer constructor of QStringListMate Barany2023-06-071-5/+4
* Replace QLatin1Strings with _L1 literalsMate Barany2023-06-071-7/+9
* Examples: websocket IO device must be sequentialChris Adams2023-05-262-0/+13
* Fix some compiler warnings in the MQTT WebsocketSubscription ExampleMate Barany2023-04-271-2/+2
* Update websocket example to use the new sub-protocol featureMårten Nordheim2022-11-221-6/+5
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Use QT_DISABLE_DEPRECATED_UP_TO instead of QT_DISABLE_DEPRECATED_BEFOREIvan Solovev2022-08-221-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-071-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-165-245/+10
* Improve examples CMakeLists.txtKai Köhne2022-02-211-10/+4
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-171-1/+1
* CMake: Disable usage of CMake API compatibility wrappersJoerg Bornemann2021-05-261-1/+5
* Regenerate projectswip/cmakeMaurice Kalinowski2020-05-261-1/+5
* Regenerate projectsAlexandru Croitor2019-11-151-1/+2
* Add initial support for cmakeMaurice Kalinowski2019-09-021-0/+36
* Move qWarning to categorized loggingMaurice Kalinowski2018-07-261-1/+1
* Change signature of QMqttClient::subscribeMaurice Kalinowski2017-09-012-3/+3
* Add websocket exampleMaurice Kalinowski2017-06-206-0/+547