diff options
author | Kai Koehne <kai.koehne@qt.io> | 2019-08-26 08:30:31 +0200 |
---|---|---|
committer | Kai Koehne <kai.koehne@qt.io> | 2019-09-04 17:23:24 +0200 |
commit | 90ae72d852826c9b8a80fbd1eb551dedac655c54 (patch) | |
tree | f17c2c7bc80c6b8f3c25cb6b226c16c6b2bd3437 /src/corelib/text | |
parent | c3e0e7a3eb35a101525171b9f5a49b47d581b217 (diff) | |
download | qtbase-90ae72d852826c9b8a80fbd1eb551dedac655c54.tar.gz |
Doc: Remove 'f.i.'
Spell it out, or entirely remove it if it's not necessary.
Change-Id: Idc371427e9351d948245ce7b719e3457dfc27845
Reviewed-by: Matthew Woehlke <mwoehlke.floss@gmail.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/corelib/text')
-rw-r--r-- | src/corelib/text/qregularexpression.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/text/qregularexpression.cpp b/src/corelib/text/qregularexpression.cpp index 17acd476b2..8d2187eb28 100644 --- a/src/corelib/text/qregularexpression.cpp +++ b/src/corelib/text/qregularexpression.cpp @@ -531,7 +531,7 @@ QT_BEGIN_NAMESPACE optimize the execution of the matching algorithm. The JIT makes extensive usage of self-modifying code, which can lead debugging tools such as Valgrind to crash. You must enable all checks for self-modifying code if - you want to debug programs using QRegularExpression (f.i., see Valgrind's + you want to debug programs using QRegularExpression (for instance, Valgrind's \c{--smc-check} command line option). The downside of enabling such checks is that your program will run considerably slower. |