/[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 3519 by capela, Sun Jun 30 16:58:30 2019 UTC revision 3520 by capela, Mon Jul 1 10:53:41 2019 UTC
# Line 1076  void ChannelRoutingModel::refresh ( Devi Line 1076  void ChannelRoutingModel::refresh ( Devi
1076          m_pDevice = pDevice;          m_pDevice = pDevice;
1077          m_routing = routing;          m_routing = routing;
1078          // inform the outer world (QTableView) that our data changed          // inform the outer world (QTableView) that our data changed
1079  #if QT_VERSION < 0x050000  #if QT_VERSION < QT_VERSION_CHECK(5, 0, 0)
1080          QAbstractTableModel::reset();          QAbstractTableModel::reset();
1081  #else  #else
1082          QAbstractTableModel::beginResetModel();          QAbstractTableModel::beginResetModel();

Legend:
Removed from v.3519  
changed lines
  Added in v.3520

  ViewVC Help
Powered by ViewVC