Skip to content

Move inputConfig away from KWin::Application

Aleix Pol Gonzalez requested to merge work/fix-inputConfig-tests into master

We were calling it from tests that were not running a KWin::Application and not even including the symbols from main.cpp and main.h. The only reason they linked was that it was static_casting up the QCoreApplication.

Merge request reports