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

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

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

revision 1517 by schoenebeck, Thu Nov 22 21:22:34 2007 UTC revision 1518 by schoenebeck, Fri Nov 23 21:50:01 2007 UTC
# Line 975  int AbstractDeviceParamModel::columnCoun Line 975  int AbstractDeviceParamModel::columnCoun
975    
976  Qt::ItemFlags AbstractDeviceParamModel::flags ( const QModelIndex& /*index*/) const  Qt::ItemFlags AbstractDeviceParamModel::flags ( const QModelIndex& /*index*/) const
977  {  {
978          return Qt::ItemIsSelectable | Qt::ItemIsEditable | Qt::ItemIsEnabled;          return Qt::ItemIsEditable | Qt::ItemIsEnabled;
979  }  }
980    
981    

Legend:
Removed from v.1517  
changed lines
  Added in v.1518

  ViewVC Help
Powered by ViewVC