NOISSUE Allow joining servers from the servers page
This commit is contained in:
parent
f33fe05e5f
commit
ea6c42a93c
17 changed files with 132 additions and 72 deletions
|
@ -17,9 +17,14 @@
|
|||
|
||||
#include <memory>
|
||||
|
||||
#include <QString>
|
||||
#include <multimc_logic_export.h>
|
||||
|
||||
struct MinecraftServerTarget {
|
||||
QString address;
|
||||
quint16 port;
|
||||
|
||||
static MULTIMC_LOGIC_EXPORT MinecraftServerTarget parse(const QString &fullAddress);
|
||||
};
|
||||
|
||||
typedef std::shared_ptr<MinecraftServerTarget> MinecraftServerTargetPtr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue