Skip to content

Knife tool introduces unused Q_PROPERTY #5949

@JohannesLorenz

Description

@JohannesLorenz

Bug Summary

8acb922 introduces warnings that mouseHotspotHand and mouseHotspotKnife in include/TrackContentObjectView.h are not accessed (see logs).

Cause: #5949.

Steps to reproduce

Compile (at least, I found the warning on MacOS CI, but it's probably everywhere).

Expected behavior

No warning.

Actual behavior

Warning.

Affected LMMS versions

master

Logs

Click to expand
AutoMoc: /Users/travis/build/LMMS/lmms/include/TrackContentObjectView.h:57: Warning: Property declaration mouseHotspotHand has no READ accessor function or associated MEMBER variable. The property will be invalid.

/Users/travis/build/LMMS/lmms/include/TrackContentObjectView.h:58: Warning: Property declaration mouseHotspotKnife has no READ accessor function or associated MEMBER variable. The property will be invalid.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions