70class YQHttpUISignalReceiver :
public YQUISignalReceiver
74 YQHttpUISignalReceiver();
75 ~YQHttpUISignalReceiver() { clearHttpNotifiers(); }
81 void clearHttpNotifiers();
82 void createHttpNotifiers();
85 std::vector<QSocketNotifier*> _http_notifiers;