#include "proxyhandler.h" bool http::ProxyHandler::loadPlugin(QObject *proxy) { auto inst = qobject_cast(proxy); if(!inst) { return false; } return true; }