--- a/camerauis/cameraxui/cxui/src/cxuiselftimer.cpp Thu May 27 12:43:29 2010 +0300
+++ b/camerauis/cameraxui/cxui/src/cxuiselftimer.cpp Fri Jun 11 13:26:48 2010 +0300
@@ -128,6 +128,14 @@
return mTimer.isActive();
}
+/*!
+ Returns current timeout value of selftimer.
+ */
+int CxuiSelfTimer::getTimeout() const
+{
+ return mDelay;
+}
+
/*! Slot for canceling the selftimer.
Disables selftimer, sets back the postcapturetimeout if it
has been changed by selftimer and emits signal to notify interested