qt5base-lts/examples/network/network-chat
Mårten Nordheim 0471df7987 Network-chat example: Only disconnect if still connected
If we are already disconnected we end up printing warnings about how it's
illegal to call waitForBytesWritten on an unconnected socket

Change-Id: I8c864d105d5372edfee84affb362cca3021b8ea0
Reviewed-by: Konrad Kujawa <konrad.kujawa@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2023-06-22 16:04:42 +02:00
..
chatdialog.cpp Network chat: update includes 2023-05-31 12:55:54 +02:00
chatdialog.h Network chat: make ctors explicit 2023-05-31 12:55:55 +02:00
chatdialog.ui Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
client.cpp Network chat: style fixes 2023-05-31 12:56:00 +02:00
client.h Network chat: update includes 2023-05-31 12:55:54 +02:00
CMakeLists.txt Network chat: Use QStringBuilder 2023-05-31 12:55:56 +02:00
connection.cpp Network-chat example: Only disconnect if still connected 2023-06-22 16:04:42 +02:00
connection.h Network chat: make ctors explicit 2023-05-31 12:55:55 +02:00
main.cpp Network chat: update includes 2023-05-31 12:55:54 +02:00
network-chat.pro Network chat: Use QStringBuilder 2023-05-31 12:55:56 +02:00
peermanager.cpp Network chat: style fixes 2023-05-31 12:56:00 +02:00
peermanager.h Network chat: make ctors explicit 2023-05-31 12:55:55 +02:00
server.cpp Network chat: update includes 2023-05-31 12:55:54 +02:00
server.h Network chat: make ctors explicit 2023-05-31 12:55:55 +02:00