diff options
| author | Christian Ehrlicher <[email protected]> | 2019-03-11 22:00:27 +0100 |
|---|---|---|
| committer | Aapo Keskimolo <[email protected]> | 2019-03-13 10:57:25 +0000 |
| commit | fed9fa171496fd24b264ef66e3e517d988fa3105 (patch) | |
| tree | 2e8432cd8598f1951ebdc963aa63d0553b99183c /src/widgets/kernel/qtooltip.cpp | |
| parent | b0f17780dfc20722fba9cb2caa174e79009b058a (diff) | |
Doc: replace 0 with \nullptr in documentation
Replace some more 0 with \nullptr.
Change-Id: I2af91bf3712eef5161b11da0c44614bc039ade03
Reviewed-by: Paul Wicking <[email protected]>
Diffstat (limited to 'src/widgets/kernel/qtooltip.cpp')
| -rw-r--r-- | src/widgets/kernel/qtooltip.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/kernel/qtooltip.cpp b/src/widgets/kernel/qtooltip.cpp index cf0f3f153b6..f81cb471fae 100644 --- a/src/widgets/kernel/qtooltip.cpp +++ b/src/widgets/kernel/qtooltip.cpp @@ -482,8 +482,8 @@ bool QTipLabel::tipChanged(const QPoint &pos, const QString &text, QObject *o) The \a rect is in the coordinates of the widget you specify with \a w. If the \a rect is not empty you must specify a widget. - Otherwise this argument can be 0 but it is used to determine the - appropriate screen on multi-head systems. + Otherwise this argument can be \nullptr but it is used to + determine the appropriate screen on multi-head systems. If \a text is empty the tool tip is hidden. If the text is the same as the currently shown tooltip, the tip will \e not move. |
