qt5base-lts/examples/network/network-chat
Mårten Nordheim f3d2e2f555 Network chat: style fixes
The if statements were originally broken to fit 80-column width
but didn't have the braces we typically require.
It anyway fits inside our new 100-column width, so just do that.

Task-number: QTBUG-108873
Change-Id: Ib632f35607e6b716141c4c5d8211de7a0745c6ab
Reviewed-by: Konrad Kujawa <konrad.kujawa@qt.io>
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
2023-05-31 12:56:00 +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: default-initialize or direct-initialize members 2023-05-31 12:55:54 +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