add setting for quickplay singleplayer
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
0308710211
commit
c9809fff6d
29 changed files with 253 additions and 128 deletions
|
@ -30,7 +30,7 @@ void LookupServerAddress::setLookupAddress(const QString& lookupAddress)
|
|||
m_dnsLookup->setName(QString("_minecraft._tcp.%1").arg(lookupAddress));
|
||||
}
|
||||
|
||||
void LookupServerAddress::setOutputAddressPtr(MinecraftServerTargetPtr output)
|
||||
void LookupServerAddress::setOutputAddressPtr(MinecraftTarget::Ptr output)
|
||||
{
|
||||
m_output = std::move(output);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue