This website requires JavaScript.
Explore
Help
Register
Sign In
0xf8
/
pollymc
Watch
1
Star
0
Fork
0
You've already forked pollymc
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3df8594f19
pollymc
/
launcher
/
net
/
Mode.h
6 lines
69 B
C
Raw
Normal View
History
Unescape
Escape
GH-2026 implement changes necessary to support 1.13 snapshots
2017-11-11 06:08:31 +05:30
#
pragma once
refactor: more net cleanup This runs clang-tidy on some other files in launcher/net/. This also makes use of some JSON wrappers in HttpMetaCache, instead of using the Qt stuff directly. Lastly, this removes useless null checks (crashes don't occur because of this, but because of concurrent usage / free of the QByteArray pointer), and fix a fixme in Download.h
2022-04-28 03:06:11 +05:30
namespace
Net
{
enum
class
Mode
{
Offline
,
Online
}
;
GH-2026 implement changes necessary to support 1.13 snapshots
2017-11-11 06:08:31 +05:30
}
Reference in New Issue
Copy Permalink