diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-04-19 17:56:03 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-04-19 17:56:03 +0530 |
| commit | 0e95e99e72237058465959d55b77750a9d7c1bef (patch) | |
| tree | 5b99cd64f7c49b949a6381c4654ec253822934b5 /src/AsyncEventLoop.cpp | |
| parent | 7a458b424c2c1a6ed251211b25261acffef59b7f (diff) | |
| download | null-browser-0e95e99e72237058465959d55b77750a9d7c1bef.tar.gz null-browser-0e95e99e72237058465959d55b77750a9d7c1bef.zip | |
Add web.search and search text implemnetation
Diffstat (limited to '')
| -rw-r--r-- | src/AsyncEventLoop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AsyncEventLoop.cpp b/src/AsyncEventLoop.cpp index f11babb..12e0351 100644 --- a/src/AsyncEventLoop.cpp +++ b/src/AsyncEventLoop.cpp @@ -74,7 +74,7 @@ AsyncEventLoop::~AsyncEventLoop() { uv_run(loop, UV_RUN_DEFAULT); if (uv_loop_alive(loop) > 0) - qDebug() << "WARNING: Loop still has active handles!"; + qWarning() << "WARNING: Loop still has active handles!"; free(loop); loop = nullptr; |
