Doc: fix example code

Reviewed-by: Christian Kandeler
This commit is contained in:
Leena Miettinen
2011-02-11 11:23:54 +01:00
parent a20cd34863
commit a2b7700250
+2 -1
View File
@@ -324,8 +324,9 @@
\code
if (address.isEmpty()
|| !isValid()
|| !codec)
|| !codec) {
return false;
}
\endcode
\note This could be re-written as: