Whitespace fix

This commit is contained in:
Florian Bruhin 2014-06-23 15:19:21 +02:00
parent 1961bdf821
commit 5a21e7c4bc

View File

@ -208,6 +208,7 @@ value is not valid.
+ +
If a function returns something else on error, the return value should If a function returns something else on error, the return value should
carefully be checked. carefully be checked.
* Methods of Qt objects have certain maximum values, based on their underlying * Methods of Qt objects have certain maximum values, based on their underlying
C++ types. C++ types.
+ +