diff src/pngplayer.h @ 5:107e435cb569

Enable speed slider in pngplayer
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 25 Mar 2015 14:24:38 +0100
parents 248d5d1cdb38
children 64a51a42c01f
line wrap: on
line diff
--- a/src/pngplayer.h	Wed Mar 25 14:23:46 2015 +0100
+++ b/src/pngplayer.h	Wed Mar 25 14:24:38 2015 +0100
@@ -62,6 +62,10 @@
 
     /**@brief start or pause the replay */
     void togglePlay();
+
+    /**@brief the speed bar was changed */
+    void speedChanged();
+
 Q_SIGNALS:
     /** @brief Emited if something went wrong. e.g. file not readable */
     void error(const QString& msg);
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)