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:
parent
dd4f879ecd
commit
84c7d3cf4b
2 changed files with 1 additions and 3 deletions
|
@ -22,8 +22,6 @@ qt6_generate_wayland_protocol_client_sources(KWinIntegrationTestFramework
|
||||||
)
|
)
|
||||||
|
|
||||||
target_sources(KWinIntegrationTestFramework PRIVATE
|
target_sources(KWinIntegrationTestFramework PRIVATE
|
||||||
../../src/cursor.cpp
|
|
||||||
|
|
||||||
generic_scene_opengl_test.cpp
|
generic_scene_opengl_test.cpp
|
||||||
kwin_wayland_test.cpp
|
kwin_wayland_test.cpp
|
||||||
test_helpers.cpp
|
test_helpers.cpp
|
||||||
|
|
|
@ -308,7 +308,7 @@ private:
|
||||||
int m_cursorHideCounter = 0;
|
int m_cursorHideCounter = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
class InputConfig
|
class KWIN_EXPORT InputConfig
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
KSharedConfigPtr inputConfig() const
|
KSharedConfigPtr inputConfig() const
|
||||||
|
|
Loading…
Reference in a new issue