markg added inline comments.

INLINE COMMENTS

> screen.cpp:25
>  #include <KWayland/Client/output.h>
> +#include <QDebug>
>  

Looks like its unused.

> screen.cpp:79
> +{
> +    return = m_output ? (qreal)m_output->scale() : 1.0;
> +}

c cast... no no no!
static_cast<qreal>(...)

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

To: davidedmundson, #plasma
Cc: markg, plasma-devel, progwolff, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol

Reply via email to