mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-24 04:22:39 +00:00
NOISSUE make shared logic library ... shared
This commit is contained in:
@@ -16,7 +16,11 @@
|
||||
|
||||
namespace Json
|
||||
{
|
||||
DECLARE_EXCEPTION(Json);
|
||||
class MULTIMC_LOGIC_EXPORT JsonException : public ::Exception
|
||||
{
|
||||
public:
|
||||
JsonException(const QString &message) : Exception(message) {}
|
||||
};
|
||||
|
||||
/// @throw FileSystemException
|
||||
void write(const QJsonDocument &doc, const QString &filename);
|
||||
|
||||
Reference in New Issue
Block a user