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

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

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

revision 2108 by capela, Thu Jul 15 08:03:32 2010 UTC revision 2387 by capela, Sat Dec 29 00:21:11 2012 UTC
# Line 1  Line 1 
1  // qsamplerChannel.cpp  // qsamplerChannel.cpp
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2010, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2012, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2007, 2008 Christian Schoenebeck     Copyright (C) 2007, 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 1021  void ChannelRoutingModel::refresh ( Devi Line 1021  void ChannelRoutingModel::refresh ( Devi
1021          m_pDevice = pDevice;          m_pDevice = pDevice;
1022          m_routing = routing;          m_routing = routing;
1023          // inform the outer world (QTableView) that our data changed          // inform the outer world (QTableView) that our data changed
1024    #if QT_VERSION < 0x050000
1025          QAbstractTableModel::reset();          QAbstractTableModel::reset();
1026    #else
1027            QAbstractTableModel::beginResetModel();
1028            QAbstractTableModel::endResetModel();
1029    #endif
1030  }  }
1031    
1032    

Legend:
Removed from v.2108  
changed lines
  Added in v.2387

  ViewVC Help
Powered by ViewVC