autotests: Remove cursor.cpp from test framework sources

It's included because of InputConfig, but we don't need to include
cursor.cpp for this purpose.
This commit is contained in:
Vlad Zahorodnii 2023-06-21 11:54:41 +03:00
parent dd4f879ecd
commit 84c7d3cf4b
2 changed files with 1 additions and 3 deletions

View file

@ -22,8 +22,6 @@ qt6_generate_wayland_protocol_client_sources(KWinIntegrationTestFramework
)
target_sources(KWinIntegrationTestFramework PRIVATE
../../src/cursor.cpp
generic_scene_opengl_test.cpp
kwin_wayland_test.cpp
test_helpers.cpp

View file

@ -308,7 +308,7 @@ private:
int m_cursorHideCounter = 0;
};
class InputConfig
class KWIN_EXPORT InputConfig
{
public:
KSharedConfigPtr inputConfig() const