Adjust docs for qtutils.

This commit is contained in:
Florian Bruhin 2014-08-26 20:38:23 +02:00
parent c72bfff306
commit dd9fed7a3e

View File

@ -361,8 +361,8 @@ displaying it to the user.
* Name a string URL something like `urlstr`, and a `QUrl` something like `url`.
* Mention in the docstring whether your function needs a URL string or a
`QUrl`.
* Call `ensure_valid` from `utils.qt` whenever getting or creating a `QUrl` and
take appropriate action if not.
* Call `ensure_valid` from `utils.qtutils` whenever getting or creating a
`QUrl` and take appropriate action if not.
Style conventions