Skip to content

Commit

Permalink
Set Server default to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
dantti committed Oct 16, 2024
1 parent dc2d004 commit f9b150a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class ServerPrivate
Server *q_ptr;
QTcpSocket *socket = nullptr;
QStringList caps;
QString host;
QString host = QStringLiteral("localhost");
QString hostname;
QString username;
QString password;
Expand Down

0 comments on commit f9b150a

Please sign in to comment.