~mattmik/mixxx/mic_modifications

« back to all changes in this revision

Viewing changes to mixxx/src/waveform/renderers/qtwaveformrenderersimplesignal.cpp

  • Committer: Matt Mikolay
  • Date: 2012-10-22 14:10:21 UTC
  • mfrom: (3255.1.46 mixxx-trunk)
  • Revision ID: mikolaym@yahoo.com-20121022141021-9hxxx5o4amaqqw80
MergingĀ fromĀ lp:mixxx

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
QtWaveformRendererSimpleSignal::~QtWaveformRendererSimpleSignal(){
18
18
}
19
19
 
20
 
void QtWaveformRendererSimpleSignal::onInit(){
21
 
}
22
 
 
23
20
void QtWaveformRendererSimpleSignal::onSetup(const QDomNode &node){
24
21
    QColor signalColor = m_colors.getSignalColor();
25
22
    signalColor.setAlphaF(0.8);