#pragma once #include "CppCommon/NetQt/WebApi/ExeGet.h" namespace Incart::Net::WebApi { class exeGetError : public exeGet { Q_OBJECT public: exeGetError() : exeGet() {} }; } // Incart::Net::WebApi