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

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

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

revision 3435 by capela, Mon Dec 3 12:04:14 2018 UTC revision 3758 by capela, Fri Mar 27 17:57:40 2020 UTC
# Line 1  Line 1 
1  // qsamplerChannelForm.h  // qsamplerChannelForm.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2018, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2020, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2007, Christian Schoenebeck     Copyright (C) 2007, 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 44  class ChannelForm : public QDialog Line 44  class ChannelForm : public QDialog
44    
45  public:  public:
46    
47          ChannelForm(QWidget* pParent = NULL);          ChannelForm(QWidget* pParent = nullptr);
48          ~ChannelForm();          ~ChannelForm();
49    
50          void setup(Channel* pChannel);          void setup(Channel* pChannel);

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

  ViewVC Help
Powered by ViewVC