Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/qhttp/private/qhttpserver_private.hpp')
-rw-r--r--src/http/qhttp/private/qhttpserver_private.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/qhttp/private/qhttpserver_private.hpp b/src/http/qhttp/private/qhttpserver_private.hpp
index 93c96d2e1..e7c081af4 100644
--- a/src/http/qhttp/private/qhttpserver_private.hpp
+++ b/src/http/qhttp/private/qhttpserver_private.hpp
@@ -42,7 +42,7 @@ public:
// if it's a QLocalServer
virtual void incomingConnection(quintptr socketDescriptor) {
- iserver->incomingConnection((qintptr) socketDescriptor);
+ iserver->incomingConnection(static_cast<qintptr>(socketDescriptor));
}
};