From 5e9aebf0fcc81cc68ccb3cc2290777d72c5373df Mon Sep 17 00:00:00 2001 From: "Jonas M. Gastal" Date: Tue, 29 May 2012 17:32:27 -0300 Subject: Socket FD are now of type qintptr. This should've been done together with the bulk of other changes in: bdce61002255b5f8b3213e93175cefdfebfde2cc and bf7f17060773803f332e8c729a70f47b94243890 Task-number: QTBUG-19004 Change-Id: I6d95a29140c1de5e6800812add9d7882511b909a Reviewed-by: Shane Kearns --- src/corelib/kernel/qsocketnotifier.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/kernel/qsocketnotifier.h') diff --git a/src/corelib/kernel/qsocketnotifier.h b/src/corelib/kernel/qsocketnotifier.h index 65b7926769..24632609f5 100644 --- a/src/corelib/kernel/qsocketnotifier.h +++ b/src/corelib/kernel/qsocketnotifier.h @@ -60,7 +60,7 @@ public: QSocketNotifier(qintptr socket, Type, QObject *parent = 0); ~QSocketNotifier(); - int socket() const; + qintptr socket() const; Type type() const; bool isEnabled() const; -- cgit v1.2.3