https://bugs.kde.org/show_bug.cgi?id=492266
Bug ID: 492266
Summary: spacenavigator plugin FTBFS
Classification: Applications
Product: calligracommon
Version: unspecified
Platform: Compiled Sources
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: flake-plugins
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
/build/calligra/src/calligra-4.0.0/plugins/spacenavigator/SpaceNavigatorEvent.cpp:
In constructor
‘SpaceNavigatorEvent::SpaceNavigatorEvent(KoInputDeviceHandlerEvent::Type)’:
/build/calligra/src/calligra-4.0.0/plugins/spacenavigator/SpaceNavigatorEvent.cpp:11:37:
error: no matching function for call to
‘KoInputDeviceHandlerEvent::KoInputDeviceHandlerEvent(KoInputDeviceHandlerEvent::Type&)’
11 | : KoInputDeviceHandlerEvent(type)
| ^
In file included from
/build/calligra/src/calligra-4.0.0/plugins/spacenavigator/SpaceNavigatorEvent.h:10,
from
/build/calligra/src/calligra-4.0.0/plugins/spacenavigator/SpaceNavigatorEvent.cpp:7:
/build/calligra/src/calligra-4.0.0/libs/flake/KoInputDeviceHandlerEvent.h:29:14:
note: candidate: ‘KoInputDeviceHandlerEvent::KoInputDeviceHandlerEvent(Type,
const QInputDevice*)’
29 | explicit KoInputDeviceHandlerEvent(Type type, const QInputDevice
*dev);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/build/calligra/src/calligra-4.0.0/libs/flake/KoInputDeviceHandlerEvent.h:29:14:
note: candidate expects 2 arguments, 1 provided
/build/calligra/src/calligra-4.0.0/libs/flake/KoInputDeviceHandlerEvent.h:19:20:
note: candidate: ‘KoInputDeviceHandlerEvent::KoInputDeviceHandlerEvent(const
KoInputDeviceHandlerEvent&)’
19 | class FLAKE_EXPORT KoInputDeviceHandlerEvent : public QInputEvent
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/build/calligra/src/calligra-4.0.0/libs/flake/KoInputDeviceHandlerEvent.h:19:20:
note: no known conversion for argument 1 from
‘KoInputDeviceHandlerEvent::Type’ to ‘const KoInputDeviceHandlerEvent&’
--
You are receiving this mail because:
You are watching all bug changes.