Trying fix the sigsev on olaThread::socketClosed()

This commit is contained in:
santi 2014-10-08 14:59:25 +02:00
parent 2d16fb6af7
commit eb447007d9
3 changed files with 10 additions and 11 deletions

View file

@ -151,7 +151,7 @@ void AudioLayerWidget::loadMedia(QString file)
std::cout << "File loaded: " << file.toLatin1().constData() << " : " << std::endl;
std::cout << " " << m_music.getDuration().asSeconds() << " seconds";
std::cout << " " << m_music.getSampleRate() << " samples / sec";
std::cout << " " << m_music.getChannelCount() << " channels";
std::cout << " " << m_music.getChannelCount() << " channels" << std::endl;
}
void AudioLayerWidget::fileLoaded(QString file)