Fix player stress testing with expanded controls.
[dcpomatic.git] / src / wx / playlist_controls.cc
index 844e15f04e30db85331a7b4c1a7a52fd620ac928..edc4485e66cba8095a5e677941a634132d6508f9 100644 (file)
@@ -454,3 +454,17 @@ PlaylistControls::viewer_finished ()
                _pause_button->Enable (false);
        }
 }
+
+#ifdef DCPOMATIC_PLAYER_STRESS_TEST
+void
+PlaylistControls::play ()
+{
+       play_clicked ();
+}
+
+void
+PlaylistControls::stop ()
+{
+       stop_clicked ();
+}
+#endif