/[svn]/qsampler/trunk/src/qsamplerChannelFxForm.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerChannelFxForm.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2387 by capela, Sat Dec 29 00:21:11 2012 UTC revision 3758 by capela, Fri Mar 27 17:57:40 2020 UTC
# Line 1  Line 1 
1  // qsamplerInstrumentListForm.h  // qsamplerChannelFxForm.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2010-2012, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2010-2020, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2008, Christian Schoenebeck     Copyright (C) 2008, Christian Schoenebeck
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
# Line 14  Line 14 
14     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15     GNU General Public License for more details.     GNU General Public License for more details.
16    
17     You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License along
18     along with this program; if not, write to the Free Software     with this program; if not, write to the Free Software Foundation, Inc.,
19     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20    
21  *****************************************************************************/  *****************************************************************************/
22    
# Line 35  namespace QSampler { Line 35  namespace QSampler {
35  class ChannelFxForm : public QDialog {  class ChannelFxForm : public QDialog {
36          Q_OBJECT          Q_OBJECT
37  public:  public:
38          ChannelFxForm(Channel* pSamplerChannel, QWidget* pParent = NULL, Qt::WindowFlags wflags = 0);          ChannelFxForm(Channel *pSamplerChannel, QWidget *pParent = nullptr);
39          ~ChannelFxForm();          ~ChannelFxForm();
40    
41  protected slots:  protected slots:

Legend:
Removed from v.2387  
changed lines
  Added in v.3758

  ViewVC Help
Powered by ViewVC