comparison Framework/Widgets/WidgetBase.cpp @ 386:e33659decec5

renamed UpdateContent() as DoAnimation()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 09 Nov 2018 17:06:28 +0100
parents 6cc3ce74dc05
children b70e9be013e4
comparison
equal deleted inserted replaced
385:6cc3ce74dc05 386:e33659decec5
157 157
158 return true; 158 return true;
159 } 159 }
160 160
161 161
162 void WidgetBase::UpdateContent() 162 void WidgetBase::DoAnimation()
163 { 163 {
164 throw Orthanc::OrthancException(Orthanc::ErrorCode_InternalError); 164 throw Orthanc::OrthancException(Orthanc::ErrorCode_InternalError);
165 } 165 }
166 } 166 }