We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff7c12 commit cb25489Copy full SHA for cb25489
source/base/threading/asio_event_dispatcher.cc
@@ -194,8 +194,6 @@ int AsioEventDispatcher::remainingTime(int id)
194
#if defined(Q_OS_WIN)
195
bool AsioEventDispatcher::registerEventNotifier(QWinEventNotifier* notifier)
196
{
197
- DCHECK(notifier);
198
-
199
HANDLE handle = notifier->handle();
200
if (!handle || handle == INVALID_HANDLE_VALUE)
201
@@ -220,8 +218,6 @@ bool AsioEventDispatcher::registerEventNotifier(QWinEventNotifier* notifier)
220
218
221
219
void AsioEventDispatcher::unregisterEventNotifier(QWinEventNotifier* notifier)
222
223
224
225
auto it = events_.begin();
226
while (it != events_.end())
227
0 commit comments