From 5c43b0eb8470bccb40f438aacb0792e7917fc2f6 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sat, 31 Jul 2010 10:23:58 +0000 Subject: forgot to remove debug strings in previous commit git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4718 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/options/optw_sound.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/modules') diff --git a/src/modules/options/optw_sound.cpp b/src/modules/options/optw_sound.cpp index e23ad4b51..25a646b33 100644 --- a/src/modules/options/optw_sound.cpp +++ b/src/modules/options/optw_sound.cpp @@ -149,10 +149,8 @@ KviSoundGeneralOptionsWidget::~KviSoundGeneralOptionsWidget() void KviSoundGeneralOptionsWidget::showEvent(QShowEvent *) { -qDebug("showEvent"); if(!m_bFirstShow) return; -qDebug("m_bFirstShow"); // We fill these boxes only before the first show since the soundFillBox() // is likely to trigger sound system-detection which may take time... @@ -223,7 +221,6 @@ void KviSoundGeneralOptionsWidget::mediaAutoDetect() void KviSoundGeneralOptionsWidget::soundFillBox() { - qDebug("soundFillBox"); QStringList l; QStringList::Iterator it; int cnt; @@ -237,11 +234,9 @@ void KviSoundGeneralOptionsWidget::soundFillBox() goto disable; m_pSoundSystemBox->clear(); -qDebug("soundFillBox clear"); for ( it = l.begin(); it != l.end(); ++it ) { m_pSoundSystemBox->addItem(*it); - qDebug("soundFillBox add %s",it->toUtf8().data()); } cnt = m_pSoundSystemBox->count(); @@ -249,11 +244,9 @@ qDebug("soundFillBox clear"); for(i=0;iitemText(i); - qDebug("soundFillBox check %s==%s",t.toUtf8().data(),KVI_OPTION_STRING(KviOption_stringSoundSystem).toUtf8().data()); if(KviQString::equalCI(t,KVI_OPTION_STRING(KviOption_stringSoundSystem))) { m_pSoundSystemBox->setCurrentIndex(i); -qDebug("soundFillBox check ok setCurrentIndex %i",i); break; } } -- cgit v1.3.1-10-gc9f91