forked from qt-creator/qt-creator
Doc: fix example code
Reviewed-by: Christian Kandeler
This commit is contained in:
@@ -324,8 +324,9 @@
|
||||
\code
|
||||
if (address.isEmpty()
|
||||
|| !isValid()
|
||||
|| !codec)
|
||||
|| !codec) {
|
||||
return false;
|
||||
}
|
||||
\endcode
|
||||
|
||||
\note This could be re-written as:
|
||||
|
||||
Reference in New Issue
Block a user