mirror of
https://github.com/YACReader/yacreader
synced 2025-11-17 07:22:47 -05:00
fixed compilation in MacOSX Mavericks (Qt4 and Qt5)
This commit is contained in:
@ -52,7 +52,7 @@ void HttpConnectionHandler::run() {
|
||||
}
|
||||
|
||||
|
||||
void HttpConnectionHandler::handleConnection(int socketDescriptor) {
|
||||
void HttpConnectionHandler::handleConnection(tSocketDescriptor socketDescriptor) {
|
||||
qDebug("HttpConnectionHandler (%p): handle new connection", this);
|
||||
busy = true;
|
||||
Q_ASSERT(socket.isOpen()==false); // if not, then the handler is already busy
|
||||
|
||||
Reference in New Issue
Block a user