28#include <yui/qt/YQUI.h>
35#define pclass(ptr) std::remove_reference<decltype(*ptr)>::type
81 void clearHttpNotifiers();
82 void createHttpNotifiers();
85 std::vector<QSocketNotifier*> _http_notifiers;
95 YUI * createYQHttpUI(
bool withThreads );
void initUI()
Definition YQHttpUI.cc:38
virtual ~YQHttpUI()
Definition YQHttpUI.cc:68
YQHttpUI(bool withThreads)
Definition YQHttpUI.cc:29