diff options
| author | Paul Wicking <paul.wicking@qt.io> | 2021-05-25 15:04:48 +0200 |
|---|---|---|
| committer | Paul Wicking <paul.wicking@qt.io> | 2021-05-26 13:06:56 +0200 |
| commit | a1dfe27955ab2da27551d19500c2d2a01d46e470 (patch) | |
| tree | e1ebc6b2f9a255f5b0c3f2df0833f2f6f431fe74 /src/corelib/kernel/qsocketnotifier.cpp | |
| parent | ae021882330abc5f6fbaadca290e6e5670c89028 (diff) | |
Doc: Use \deprecated instead of \obsolete
Task-number: QTBUG-93990
Change-Id: I4e512354a49dde6678ca89cabc56bc76ba666bb3
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src/corelib/kernel/qsocketnotifier.cpp')
| -rw-r--r-- | src/corelib/kernel/qsocketnotifier.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qsocketnotifier.cpp b/src/corelib/kernel/qsocketnotifier.cpp index 8070d70a924..8d4052b8f93 100644 --- a/src/corelib/kernel/qsocketnotifier.cpp +++ b/src/corelib/kernel/qsocketnotifier.cpp @@ -206,7 +206,7 @@ QSocketNotifier::~QSocketNotifier() /*! \fn void QSocketNotifier::activated(int socket) - \obsolete To avoid unintended truncation of the descriptor, use + \deprecated To avoid unintended truncation of the descriptor, use the QSocketDescriptor overload of this function. If you need compatibility with versions older than 5.15 you need to change the slot to accept qintptr if it currently accepts an int, and |
