Skip to content

[kstyle] Properly check running platform

Vlad Zahorodnii requested to merge work/properly-check-running-platform into master

Currently the condition in the #if directive evaluates to false (sorry for breaking it!).

In order to prevent breaking Helper::isX11() in the future, this change removes the #if directive. It's okay to do so because KWindowSystem provides a platform-independent API.

Edited by Vlad Zahorodnii

Merge request reports