diff sv/main/MainWindow.h @ 135:9750e9c39e94

add getPlaySpeedVal() function
author lbajardsilogic
date Fri, 09 Nov 2007 09:57:22 +0000
parents 894b45c9b787
children 97fd6148fb8e
line wrap: on
line diff
--- a/sv/main/MainWindow.h	Fri Nov 09 09:51:29 2007 +0000
+++ b/sv/main/MainWindow.h	Fri Nov 09 09:57:22 2007 +0000
@@ -125,6 +125,7 @@
 
 	QWidget* getVideoWidget();
 
+	float inline getPlaySpeedVal() const { return m_playSpeedVal;}
 
 signals:
     // Used to toggle the availability of menu actions
@@ -512,6 +513,8 @@
 private:
 	void createMultiPaneLayerContainer();
 
+	float m_playSpeedVal;
+
 };