~mkas/mixxx/mysql

« back to all changes in this revision

Viewing changes to mixxx/src/waveform/widgets/glsimplewaveformwidget.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:
32
32
    if (QGLContext::currentContext() != context()) {
33
33
        makeCurrent();
34
34
    }
35
 
    init();
 
35
    m_initSuccess = init();
36
36
}
37
37
 
38
38
GLSimpleWaveformWidget::~GLSimpleWaveformWidget(){