summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/webgl/qwebglhttpserver.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use Q_STATIC_LOGGING_CATEGORYHEADdevUlf Hermann2024-06-191-1/+1
| | | | | | Task-number: QTBUG-67692 Change-Id: Ied25e7895fc0ac14a32f0506e0d11e8b873a04f2 Reviewed-by: Volker Hilsheimer <[email protected]>
* Show more information when the HTTP server fails to initializeJesus Fernandez2018-02-151-0/+6
| | | | | | | | | | When the HTTP server fails to initialize a simple message was shown in the terminal. This patch adds the error string from the QTcpServer to give more information about the problem. Change-Id: Ic52d4a78991e1c5a20f2712ca6cbbdd0738d47e0 Reviewed-by: MÃ¥rten Nordheim <[email protected]> Reviewed-by: Edward Welbourne <[email protected]>
* Fix potential QT_ASCII_CAST_WARNJesus Fernandez2017-07-251-5/+5
| | | | | | | Uses the QLatin1String instead of comparing a QString and c-string. Change-Id: I86ed4da24894ae3f665150017b9db0185b0502fd Reviewed-by: Timur Pocheptsov <[email protected]>
* Fix favicon.ico loadJesus Fernandez2017-06-281-1/+1
| | | | | | | | The ico file was loaded using QIODevice::Text causing a corruption of the data. Change-Id: I954116d1693a63ba25f2f71daf72acef33a887b2 Reviewed-by: Timur Pocheptsov <[email protected]>
* Add Qt WebGL platform pluginJesus Fernandez2017-06-271-0/+411
Done-with: Michael Winkelmann <[email protected]> Change-Id: I6632475956393116af8885f42ba557e35d2b0985 Reviewed-by: Qt CI Bot <[email protected]> Reviewed-by: Laszlo Agocs <[email protected]>