D15112: Changes the tabName function to return the name of a specific tab

Elvis Angelaccio noreply at phabricator.kde.org
Sun Sep 2 09:57:15 BST 2018


elvisangelaccio accepted this revision.
elvisangelaccio added inline comments.

INLINE COMMENTS

> dolphintabwidget.cpp:359
>  {
> -    if (currentTabPage() == nullptr) {
> +    if (tabPage == nullptr) {
>          return QString();

We usually use `if (!tabPage)`

REPOSITORY
  R318 Dolphin

BRANCH
  master

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

To: hallas, #dolphin, ngraham, elvisangelaccio
Cc: kfm-devel, spoorun, navarromorales, firef, andrebarros, emmanuelp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20180902/74c02e5b/attachment.htm>


More information about the kfm-devel mailing list