From 4273b211ae1122ecc7c68dce48d3789926ffcc60 Mon Sep 17 00:00:00 2001 From: Javier Serrano Polo Date: Thu, 3 Aug 2006 01:44:10 +0000 Subject: [PATCH] renamed some members git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@279 0778d3d1-df1d-0410-868b-ea421aaaa00d --- include/automation_editor.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/automation_editor.h b/include/automation_editor.h index f6425c0ee..339b825b6 100644 --- a/include/automation_editor.h +++ b/include/automation_editor.h @@ -106,7 +106,7 @@ protected: virtual void resizeEvent( QResizeEvent * _re ); virtual void wheelEvent( QWheelEvent * _we ); - int FASTCALL getValue( int _y ); + int FASTCALL getLevel( int _y ); static inline void drawValueRect( QPainter & _p, Uint16 _x, Uint16 _y, Sint16 _width, Sint16 _height, const bool _is_selected ); @@ -220,10 +220,10 @@ private: Uint32 m_selectStartTact64th; int m_selectedTact64th; - int m_selectStartKey; - int m_selectedKeys; + int m_selectStartLevel; + int m_selectedLevels; - int m_moveStartKey; + int m_moveStartLevel; int m_moveStartTact64th; int m_moveXOffset;