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

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

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

revision 3518 by capela, Sun Jun 30 16:58:30 2019 UTC revision 3555 by capela, Tue Aug 13 10:19:32 2019 UTC
# Line 206  class ChannelRoutingModel : public QAbst Line 206  class ChannelRoutingModel : public QAbst
206          Q_OBJECT          Q_OBJECT
207  public:  public:
208    
209          ChannelRoutingModel(QObject* pParent = NULL);          ChannelRoutingModel(QObject* pParent = nullptr);
210    
211          // overridden methods from subclass(es)          // overridden methods from subclass(es)
212          int rowCount(const QModelIndex& parent = QModelIndex()) const;          int rowCount(const QModelIndex& parent = QModelIndex()) const;
# Line 245  class ChannelRoutingDelegate : public QI Line 245  class ChannelRoutingDelegate : public QI
245    
246  public:  public:
247    
248          ChannelRoutingDelegate(QObject* pParent = NULL);          ChannelRoutingDelegate(QObject* pParent = nullptr);
249    
250          QWidget* createEditor(QWidget *pParent,          QWidget* createEditor(QWidget *pParent,
251                  const QStyleOptionViewItem& option, const QModelIndex& index) const;                  const QStyleOptionViewItem& option, const QModelIndex& index) const;

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

  ViewVC Help
Powered by ViewVC