/[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 1461 by schoenebeck, Sun Oct 28 23:30:36 2007 UTC revision 1463 by capela, Thu Nov 1 13:01:27 2007 UTC
# Line 953  void qsamplerChannelRoutingTable::refres Line 953  void qsamplerChannelRoutingTable::refres
953          }          }
954    
955          // Those items shall have a proper pixmap...          // Those items shall have a proper pixmap...
956          QPixmap pmChannel = QPixmap::fromMimeSource("qsamplerChannel.png");          QPixmap pmChannel = QPixmap(":/icons/qsamplerChannel.png");
957          QPixmap pmDevice;          QPixmap pmDevice;
958          switch (pDevice->deviceType()) {          switch (pDevice->deviceType()) {
959          case qsamplerDevice::Audio:          case qsamplerDevice::Audio:
960                  pmDevice = QPixmap::fromMimeSource("audio2.png");                  pmDevice = QPixmap(":/icons/audio2.png");
961                  break;                  break;
962          case qsamplerDevice::Midi:          case qsamplerDevice::Midi:
963                  pmDevice = QPixmap::fromMimeSource("midi2.png");                  pmDevice = QPixmap(":/icons/midi2.png");
964                  break;                  break;
965          case qsamplerDevice::None:          case qsamplerDevice::None:
966                  break;                  break;

Legend:
Removed from v.1461  
changed lines
  Added in v.1463

  ViewVC Help
Powered by ViewVC