mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Move JSON converter to GUI code folder
It's not used outside GUI JS<->C++ queries.
This commit is contained in:
+1
-1
@@ -214,7 +214,7 @@ set (LOOT_HEADERS "${CMAKE_SOURCE_DIR}/src/backend/app/loot_paths.h"
|
||||
"${CMAKE_SOURCE_DIR}/src/backend/plugin/plugin_sorter.h"
|
||||
"${CMAKE_SOURCE_DIR}/src/backend/helpers/git_helper.h"
|
||||
"${CMAKE_SOURCE_DIR}/src/backend/helpers/helpers.h"
|
||||
"${CMAKE_SOURCE_DIR}/src/backend/helpers/json.h"
|
||||
"${CMAKE_SOURCE_DIR}/src/gui/query/json.h"
|
||||
"${CMAKE_SOURCE_DIR}/src/backend/helpers/language.h"
|
||||
"${CMAKE_SOURCE_DIR}/src/backend/helpers/version.h"
|
||||
"${CMAKE_SOURCE_DIR}/src/backend/helpers/yaml_set_helpers.h"
|
||||
|
||||
@@ -26,7 +26,7 @@ along with LOOT. If not, see
|
||||
#define LOOT_GUI_QUERY_CANCEL_SORT_QUERY
|
||||
|
||||
#include "backend/app/loot_state.h"
|
||||
#include "backend/helpers/json.h"
|
||||
#include "gui/query/json.h"
|
||||
#include "gui/query/metadata_query.h"
|
||||
|
||||
namespace loot {
|
||||
|
||||
@@ -27,7 +27,7 @@ along with LOOT. If not, see
|
||||
|
||||
#include <boost/locale.hpp>
|
||||
|
||||
#include "backend/helpers/json.h"
|
||||
#include "gui/query/json.h"
|
||||
#include "gui/query/get_game_data_query.h"
|
||||
|
||||
namespace loot {
|
||||
|
||||
@@ -26,7 +26,7 @@ along with LOOT. If not, see
|
||||
#define LOOT_GUI_QUERY_CLEAR_ALL_METADATA_QUERY
|
||||
|
||||
#include "backend/game/game.h"
|
||||
#include "backend/helpers/json.h"
|
||||
#include "gui/query/json.h"
|
||||
#include "gui/query/metadata_query.h"
|
||||
|
||||
namespace loot {
|
||||
|
||||
@@ -26,7 +26,7 @@ along with LOOT. If not, see
|
||||
#define LOOT_GUI_QUERY_CLEAR_PLUGIN_METADATA_QUERY
|
||||
|
||||
#include "backend/game/game.h"
|
||||
#include "backend/helpers/json.h"
|
||||
#include "gui/query/json.h"
|
||||
#include "gui/query/metadata_query.h"
|
||||
|
||||
namespace loot {
|
||||
|
||||
@@ -26,7 +26,7 @@ along with LOOT. If not, see
|
||||
#define LOOT_GUI_QUERY_GET_CONFLICTING_PLUGINS_QUERY
|
||||
|
||||
#include "backend/game/game.h"
|
||||
#include "backend/helpers/json.h"
|
||||
#include "gui/query/json.h"
|
||||
#include "gui/query/metadata_query.h"
|
||||
|
||||
namespace loot {
|
||||
|
||||
@@ -28,7 +28,7 @@ along with LOOT. If not, see
|
||||
#include <boost/locale.hpp>
|
||||
|
||||
#include "loot/loot_version.h"
|
||||
#include "backend/helpers/json.h"
|
||||
#include "gui/query/json.h"
|
||||
#include "backend/helpers/version.h"
|
||||
#include "gui/query/metadata_query.h"
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ along with LOOT. If not, see
|
||||
#define LOOT_GUI_QUERY_GET_GAME_TYPES_QUERY
|
||||
|
||||
#include "backend/game/game_settings.h"
|
||||
#include "backend/helpers/json.h"
|
||||
#include "gui/query/json.h"
|
||||
#include "gui/query/query.h"
|
||||
|
||||
namespace loot {
|
||||
|
||||
@@ -26,7 +26,7 @@ along with LOOT. If not, see
|
||||
#define LOOT_GUI_QUERY_GET_INIT_ERRORS_QUERY
|
||||
|
||||
#include "backend/app/loot_state.h"
|
||||
#include "backend/helpers/json.h"
|
||||
#include "gui/query/json.h"
|
||||
#include "gui/query/query.h"
|
||||
|
||||
namespace loot {
|
||||
|
||||
@@ -26,7 +26,7 @@ along with LOOT. If not, see
|
||||
#define LOOT_GUI_QUERY_GET_INSTALLED_GAMES_QUERY
|
||||
|
||||
#include "backend/app/loot_state.h"
|
||||
#include "backend/helpers/json.h"
|
||||
#include "gui/query/json.h"
|
||||
#include "gui/query/query.h"
|
||||
|
||||
namespace loot {
|
||||
|
||||
@@ -25,7 +25,7 @@ along with LOOT. If not, see
|
||||
#ifndef LOOT_GUI_QUERY_GET_LANGUAGES_QUERY
|
||||
#define LOOT_GUI_QUERY_GET_LANGUAGES_QUERY
|
||||
|
||||
#include "backend/helpers/json.h"
|
||||
#include "gui/query/json.h"
|
||||
#include "backend/helpers/language.h"
|
||||
#include "gui/query/query.h"
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ along with LOOT. If not, see
|
||||
#define LOOT_GUI_QUERY_GET_SETTINGS_QUERY
|
||||
|
||||
#include "backend/app/loot_settings.h"
|
||||
#include "backend/helpers/json.h"
|
||||
#include "gui/query/json.h"
|
||||
#include "gui/query/query.h"
|
||||
|
||||
namespace loot {
|
||||
|
||||
@@ -27,7 +27,7 @@ along with LOOT. If not, see
|
||||
|
||||
#include "gui/query/query.h"
|
||||
#include "loot/loot_version.h"
|
||||
#include "backend/helpers/json.h"
|
||||
#include "gui/query/json.h"
|
||||
|
||||
namespace loot {
|
||||
class GetVersionQuery : public Query {
|
||||
|
||||
@@ -28,7 +28,7 @@ along with LOOT. If not, see
|
||||
#include <boost/locale.hpp>
|
||||
|
||||
#include "backend/app/loot_state.h"
|
||||
#include "backend/helpers/json.h"
|
||||
#include "gui/query/json.h"
|
||||
#include "backend/plugin/plugin_sorter.h"
|
||||
#include "loot/exception/cyclic_interaction_error.h"
|
||||
#include "gui/query/metadata_query.h"
|
||||
|
||||
@@ -26,7 +26,7 @@ along with LOOT. If not, see
|
||||
#define LOOT_GUI_QUERY_UPDATE_MASTERLIST_QUERY
|
||||
|
||||
#include "backend/game/game.h"
|
||||
#include "backend/helpers/json.h"
|
||||
#include "gui/query/json.h"
|
||||
#include "gui/query/metadata_query.h"
|
||||
|
||||
namespace loot {
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
#include "backend/app/loot_paths.h"
|
||||
#include "backend/plugin/plugin_sorter.h"
|
||||
#include "backend/helpers/helpers.h"
|
||||
#include "backend/helpers/json.h"
|
||||
#include "gui/query/json.h"
|
||||
#include "backend/helpers/version.h"
|
||||
#include "loot/loot_version.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user