-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
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.