Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
context_connect_to_server.h
Go to the documentation of this file.
1#ifndef COCKATRICE_CONTEXT_CONNECT_TO_SERVER_H
2#define COCKATRICE_CONTEXT_CONNECT_TO_SERVER_H
3
4#include <QString>
5
7{
8 QString hostname;
9 QString port;
10 QString username;
11 QString password;
12};
13
14#endif // COCKATRICE_CONTEXT_CONNECT_TO_SERVER_H
Definition context_connect_to_server.h:7
QString port
Definition context_connect_to_server.h:9
QString hostname
Definition context_connect_to_server.h:8
QString username
Definition context_connect_to_server.h:10
QString password
Definition context_connect_to_server.h:11