summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qsocketnotifier.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel/qsocketnotifier.h')
-rw-r--r--src/corelib/kernel/qsocketnotifier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qsocketnotifier.h b/src/corelib/kernel/qsocketnotifier.h
index fdf11961c3..cd7d531687 100644
--- a/src/corelib/kernel/qsocketnotifier.h
+++ b/src/corelib/kernel/qsocketnotifier.h
@@ -58,7 +58,7 @@ public:
QSocketNotifier(qintptr socket, Type, QObject *parent = nullptr);
~QSocketNotifier();
- void setSocket(qintptr socket, bool enable = false);
+ void setSocket(qintptr socket);
qintptr socket() const;
Type type() const;