Loading editor/widgets/nodewidget/nodewidget_adapter.h +15 −4 Original line number Diff line number Diff line Loading @@ -2,11 +2,22 @@ #include <string> #include <tinyxml2.h> #include <htmlpp/html.h> #include <json-c/json.h> #include "../../../src/plugin.h" #include "plugin.h" struct json_object; namespace tinyxml2 { class XMLDocument; class XMLElement; } namespace libhttppp { class HttpRequest; } namespace libhtmlpp { class HtmlElement; } namespace blogi::webedit { Loading Loading
editor/widgets/nodewidget/nodewidget_adapter.h +15 −4 Original line number Diff line number Diff line Loading @@ -2,11 +2,22 @@ #include <string> #include <tinyxml2.h> #include <htmlpp/html.h> #include <json-c/json.h> #include "../../../src/plugin.h" #include "plugin.h" struct json_object; namespace tinyxml2 { class XMLDocument; class XMLElement; } namespace libhttppp { class HttpRequest; } namespace libhtmlpp { class HtmlElement; } namespace blogi::webedit { Loading