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

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

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

revision 3554 by capela, Tue Aug 16 15:34:45 2016 UTC revision 3555 by capela, Tue Aug 13 10:19:32 2019 UTC
# Line 1  Line 1 
1  // qsamplerFxSendList.h  // qsamplerFxSendList.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2010-2016, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2010-2019, 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 37  class FxSendsModel : public QAbstractLis Line 37  class FxSendsModel : public QAbstractLis
37    
38  public:  public:
39    
40          FxSendsModel(int iChannelID, QObject *pParent = NULL);          FxSendsModel(int iChannelID, QObject *pParent = nullptr);
41    
42          // Overridden methods from subclass(es)          // Overridden methods from subclass(es)
43          int rowCount(const QModelIndex& parent) const;          int rowCount(const QModelIndex& parent) const;

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

  ViewVC Help
Powered by ViewVC