mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-04 22:26:07 -05:00
Use MEMBER, not WRITE for mouseHotspot Q_PROPERTYs (#5955)
* Use MEMBER, not WRITE for mouseHotspot Q_PROPERTYs * Remove now-useless setMouseHotspot methods
This commit is contained in:
@@ -248,16 +248,6 @@ void TrackContentObjectView::setBBPatternBackground( const QColor & c )
|
||||
void TrackContentObjectView::setGradient( const bool & b )
|
||||
{ m_gradient = b; }
|
||||
|
||||
void TrackContentObjectView::setMouseHotspotHand(const QSize & s)
|
||||
{
|
||||
m_mouseHotspotHand = s;
|
||||
}
|
||||
|
||||
void TrackContentObjectView::setMouseHotspotKnife(const QSize & s)
|
||||
{
|
||||
m_mouseHotspotKnife = s;
|
||||
}
|
||||
|
||||
// access needsUpdate member variable
|
||||
bool TrackContentObjectView::needsUpdate()
|
||||
{ return m_needsUpdate; }
|
||||
|
||||
Reference in New Issue
Block a user