From 1e9e3371d61cfc404329a8bad51f8b061c1ad73d Mon Sep 17 00:00:00 2001 From: mickeyl Date: Wed, 07 May 2003 16:14:40 +0000 Subject: reenable sounds now that they work on the Z again --- (limited to 'noncore/multimedia/camera/gui') diff --git a/noncore/multimedia/camera/gui/mainwindow.cpp b/noncore/multimedia/camera/gui/mainwindow.cpp index 49c7cbf..0854f0d 100644 --- a/noncore/multimedia/camera/gui/mainwindow.cpp +++ b/noncore/multimedia/camera/gui/mainwindow.cpp @@ -460,7 +460,7 @@ void CameraMainWindow::performCapture( const QString& format ) void CameraMainWindow::startVideoCapture() { - //ODevice::inst()->touchSound(); + ODevice::inst()->touchSound(); ODevice::inst()->setLedState( Led_Mail, Led_BlinkSlow ); _capturefd = ::open( CAPTUREFILE, O_WRONLY | O_CREAT | O_TRUNC ); @@ -502,7 +502,7 @@ void CameraMainWindow::timerEvent( QTimerEvent* ) void CameraMainWindow::stopVideoCapture() { killTimers(); - //ODevice::inst()->touchSound(); + ODevice::inst()->touchSound(); ODevice::inst()->setLedState( Led_Mail, Led_Off ); _capturing = false; updateCaption(); -- cgit v0.9.0.2