nicolasfella added inline comments.

INLINE COMMENTS

> appmenumodel.cpp:193
> +    removeSearchActionsFromMenu();
> +    if (filter == QString()) {
> +        return;

.isEmpty()

> appmenumodel.cpp:196
> +    }
> +    auto actions = flatActionList();
> +    for (const auto &action: actions) {

const

> appmenumodel.h:70
>      void setScreenGeometry(QRect geometry);
> +    QList<QAction*> flatActionList();
> +

const

> appmenumodel.h:73
> +    void setMenuOpen(bool open);
> +    bool menuOpen();
> +    Q_SIGNAL void menuOpenChanged();

const

REPOSITORY
  R120 Plasma Workspace

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

To: cblack, #plasma, #vdg
Cc: nicolasfella, gikari, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, 
cblack, jraleigh, zachus, fbampaloukas, ragreen, ZrenBot, ngraham, himcesjf, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart

Reply via email to