D8454: Make Saved Search feature discoverable

Elvis Angelaccio noreply at phabricator.kde.org
Wed Nov 1 14:56:18 GMT 2017


elvisangelaccio accepted this revision as: Dolphin, elvisangelaccio.
elvisangelaccio added inline comments.

INLINE COMMENTS

> dolphincontextmenu.cpp:372
>          const DolphinViewContainer* container =  m_mainWindow->activeViewContainer();
> -        if (container->url().isValid()) {
> +        QUrl url = container->url();
> +        if (url.isValid()) {

`const` here

REPOSITORY
  R318 Dolphin

REVISION DETAIL
  https://phabricator.kde.org/D8454

To: ngraham, #dolphin, #kde_applications, broulik, dfaure, markg, emateli, elvisangelaccio
Cc: anthonyfieroni, markg, emateli, elvisangelaccio, cfeck, #dolphin, spoorun, navarromorales, firef, ngraham, andrebarros, emmanuelp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20171101/6ebb41af/attachment.htm>


More information about the kfm-devel mailing list