Skip to content

Commit

Permalink
DTLS will only be supported for Qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
dannagle committed Oct 19, 2024
1 parent 43a21bd commit 30491a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packetnetwork.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ QString PacketNetwork::getIPmode()
bool PacketNetwork::DTLSisSupported()
{

#if QT_VERSION < QT_VERSION_CHECK(5, 12, 0)
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)

return false;
#endif
Expand Down

0 comments on commit 30491a1

Please sign in to comment.