diff Framework/Widgets/TestCairoWidget.cpp @ 386:e33659decec5

renamed UpdateContent() as DoAnimation()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 09 Nov 2018 17:06:28 +0100
parents 8716176ff7f0
children b70e9be013e4
line wrap: on
line diff
--- a/Framework/Widgets/TestCairoWidget.cpp	Wed Nov 07 20:49:41 2018 +0100
+++ b/Framework/Widgets/TestCairoWidget.cpp	Fri Nov 09 17:06:28 2018 +0100
@@ -28,7 +28,7 @@
 {
   namespace Samples
   {
-    void TestCairoWidget::UpdateContent() 
+    void TestCairoWidget::DoAnimation() 
     {
       value_ -= 0.01f;
       if (value_ < 0)