~mkas/mixxx/mysql

« back to all changes in this revision

Viewing changes to mixxx/src/waveform/widgets/glwaveformwidget.cpp

  • Committer: MKas
  • Date: 2012-11-03 12:55:54 UTC
  • Revision ID: mkas@tux.lt-20121103125554-ez5ajqyk7bwehrp2
merge with trunk + sql fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    if (QGLContext::currentContext() != context()) {
34
34
        makeCurrent();
35
35
    }
36
 
    init();
 
36
    m_initSuccess = init();
37
37
}
38
38
 
39
39
GLWaveformWidget::~GLWaveformWidget() {