Move JSON converter to GUI code folder

It's not used outside GUI JS<->C++ queries.
This commit is contained in:
Oliver Hamlet
2017-02-06 18:00:57 +00:00
parent 8fe93d8199
commit 788e0c7b15
17 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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 {
+1 -1
View File
@@ -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 {
+1 -1
View File
@@ -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 {
+1 -1
View File
@@ -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 {
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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 {
+1 -1
View File
@@ -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 {
+1 -1
View File
@@ -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 {
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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 {
+1 -1
View File
@@ -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 {
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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 {
+1 -1
View File
@@ -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"