Remove a lot of error code and error handling madness.
This commit is contained in:
@ -257,6 +257,7 @@ SET(MULTIMC_SOURCES
|
||||
MultiMC.h
|
||||
MultiMC.cpp
|
||||
MultiMCVersion.h
|
||||
MMCError.h
|
||||
|
||||
# Logging
|
||||
logger/QsDebugOutput.cpp
|
||||
@ -353,6 +354,10 @@ logic/ModList.cpp
|
||||
logic/InstanceLauncher.h
|
||||
logic/InstanceLauncher.cpp
|
||||
|
||||
# JSON parsing helpers
|
||||
logic/MMCJson.h
|
||||
logic/MMCJson.cpp
|
||||
|
||||
# network stuffs
|
||||
logic/net/NetAction.h
|
||||
logic/net/MD5EtagDownload.h
|
||||
|
Reference in New Issue
Block a user