https://bugs.kde.org/show_bug.cgi?id=490827

--- Comment #34 from David Redondo <k...@david-redondo.de> ---
Actually it does not say say so

 /*!
     * Sets the directory to view.
     *
     * \a url URL to show.
     *
     * \a clearforward Indicates whether the forward queue
     * should be cleared.
     */
    void setUrl(const QUrl &url, bool clearforward = true);


    /*!
     * Sets the URL to preselect to \a url
     *
     * This method handles absolute URLs (remember to use fromLocalFile for
local paths).
     * It also handles relative URLs, which you should construct like this:
     * QUrl relativeUrl; relativeUrl.setPath(fileName);
     *
     * \since 5.33
     */
    void setSelectedUrl(const QUrl &url);

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to