Allow editing of connections though context menu

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1043 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-06-02 06:36:43 +00:00
parent fa5b0a0fec
commit 5f6d0af98d
4 changed files with 46 additions and 6 deletions

View File

@@ -50,7 +50,8 @@ class controllerConnectionDialog : public QDialog
{
Q_OBJECT
public:
controllerConnectionDialog( QWidget * _parent);
controllerConnectionDialog( QWidget * _parent,
controllerConnection * _connection = NULL );
virtual ~controllerConnectionDialog();
controller * chosenController( void )