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

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

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

revision 3757 by capela, Thu Aug 22 18:58:38 2019 UTC revision 3758 by capela, Fri Mar 27 17:57:40 2020 UTC
# Line 1  Line 1 
1  // qsamplerInstrumentListForm.cpp  // qsamplerInstrumentListForm.cpp
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2003-2019, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2003-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  namespace QSampler { Line 44  namespace QSampler {
44  // QSampler::InstrumentListForm -- Instrument map list form implementation.  // QSampler::InstrumentListForm -- Instrument map list form implementation.
45  //  //
46    
47  InstrumentListForm::InstrumentListForm (  InstrumentListForm::InstrumentListForm ( QWidget *pParent, Qt::WindowFlags wflags )
         QWidget* pParent, Qt::WindowFlags wflags )  
48          : QMainWindow(pParent, wflags)          : QMainWindow(pParent, wflags)
49  {  {
50          m_ui.setupUi(this);          m_ui.setupUi(this);

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

  ViewVC Help
Powered by ViewVC