cfeck added inline comments.

INLINE COMMENTS

> decoration.h:179
>      void requestShowWindowMenu();
> +    void requestShowToolTip(QString text);
> +    void requestHideToolTip();

const QString &text

> decorationbutton.cpp:292
> +{
> +
> +    switch (type) {

empty line

> decorationbutton_p.h:69
>  
> +    QString typeToString( DecorationButtonType type );
> +

Does kwin use this "spaces inside parentheses" style?

> decoratedclientprivate.h:79
>  
> +    virtual void requestShowToolTip(QString &text) = 0;
> +    virtual void requestHideToolTip() = 0;

const QString &

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

To: McPain, #breeze, #plasma, graesslin
Cc: cfeck, davidedmundson, jriddell, ngraham, broulik, plasma-devel, #breeze, 
ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, 
apol, mart

Reply via email to