From dd9fed7a3ed999d8540d6cc54bd8ac0fafc9a38a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 26 Aug 2014 20:38:23 +0200 Subject: [PATCH] Adjust docs for qtutils. --- doc/HACKING.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/HACKING.asciidoc b/doc/HACKING.asciidoc index 2c4974115..cb14edfbd 100644 --- a/doc/HACKING.asciidoc +++ b/doc/HACKING.asciidoc @@ -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