This website requires JavaScript.
Explore
Help
Sign In
CactiChameleon9
/
PrismLauncher
Watch
1
Star
0
Fork
0
You've already forked PrismLauncher
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1b05303250
PrismLauncher
/
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 00:38:31 +00:00
#
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-27 22:36:11 +01:00
namespace
Net
{
enum
class
Mode
{
Offline
,
Online
}
;
GH-2026 implement changes necessary to support 1.13 snapshots
2017-11-11 00:38:31 +00:00
}
Reference in New Issue
Copy Permalink