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

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

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

revision 3554 by capela, Tue Mar 3 17:41:04 2015 UTC revision 3555 by capela, Tue Aug 13 10:19:32 2019 UTC
# Line 1  Line 1 
1  // qsamplerInstrumentListForm.h  // qsamplerInstrumentListForm.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2003-2015, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2003-2019, 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 42  class InstrumentListForm : public QMainW Line 42  class InstrumentListForm : public QMainW
42    
43  public:  public:
44    
45          InstrumentListForm(QWidget *pParent = NULL, Qt::WindowFlags wflags = 0);          InstrumentListForm(QWidget *pParent = nullptr, Qt::WindowFlags wflags = 0);
46          ~InstrumentListForm();          ~InstrumentListForm();
47    
48  public slots:  public slots:

Legend:
Removed from v.3554  
changed lines
  Added in v.3555

  ViewVC Help
Powered by ViewVC