From 8fc26a4269e73039717880b8d2e07985777b23eb Mon Sep 17 00:00:00 2001 From: Javier Serrano Polo Date: Sat, 22 Jul 2006 03:28:26 +0000 Subject: [PATCH] allow access to the piano widget git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@256 0778d3d1-df1d-0410-868b-ea421aaaa00d --- include/instrument_track.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/instrument_track.h b/include/instrument_track.h index c485fadf6..b33be9397 100755 --- a/include/instrument_track.h +++ b/include/instrument_track.h @@ -166,6 +166,11 @@ public: return( m_tabWidget ); } + pianoWidget * getPianoWidget( void ) + { + return( m_pianoWidget ); + } + public slots: void surroundAreaPosChanged( const QPoint & _new_p );