graesslin added inline comments.

INLINE COMMENTS

> panelview.cpp:679-684
> +    /*connect(screen, &QObject::destroyed, this, [this]() {
> +        if (PanelView::screen()) {
> +            m_screenToFollow = PanelView::screen();
> +            adaptToScreen();
> +        }
> +    });*/

what about that connect?

> panelview.cpp:693
> +{
> +    return m_screenToFollow;
> +}

m_screenToFollow.data()

otherwise it won't compile with older gcc

REPOSITORY
  rPLASMAWORKSPACE Plasma Workspace

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

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: mart, #plasma
Cc: graesslin, plasma-devel, jensreuterberg, abetts, sebas
_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to