trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: January 2014

Re: [trinity-devel] R: [trinity-devel] New default help handbook page for non-existent help files

From: Michele Calgaro <michele.calgaro@...>
Date: Wed, 22 Jan 2014 06:18:25 +0000 (GMT)
> Copy the same snippet just above? Or new code?

Something like this (I am not on TDE now to test) should do the job I think:

                KURL default_red;
                default_red.setProtocol("help");
                default_red.setPath(   --> set path to default English version here <--   );
                default_red.setQuery(query);
                redirection(default_red);
                kdDebug( 7119 ) << "redirect to default " << default_red.url() << endl;
                redirect = true;


  Michele