Socket FD are now of type qintptr.
This should've been done together with the bulk of other changes in:bdce610022
andbf7f170607
Task-number: QTBUG-19004 Change-Id: I6d95a29140c1de5e6800812add9d7882511b909a Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
This commit is contained in:
parent
6ddd8f6bd9
commit
5e9aebf0fc
@ -221,7 +221,7 @@ QSocketNotifier::~QSocketNotifier()
|
||||
|
||||
\sa type()
|
||||
*/
|
||||
int QSocketNotifier::socket() const
|
||||
qintptr QSocketNotifier::socket() const
|
||||
{
|
||||
Q_D(const QSocketNotifier);
|
||||
return d->sockfd;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user