comparison Framework/Widgets/TestWorldSceneWidget.cpp @ 278:8a86695fcbc3 am-2

renamings
author am@osimis.io
date Mon, 27 Aug 2018 14:58:37 +0200
parents f21ba2468570
children 300d8b8c48b3
comparison
equal deleted inserted replaced
277:a38465cc909f 278:8a86695fcbc3
129 void TestWorldSceneWidget::UpdateContent() 129 void TestWorldSceneWidget::UpdateContent()
130 { 130 {
131 if (animate_) 131 if (animate_)
132 { 132 {
133 count_++; 133 count_++;
134 NotifyChange(); 134 NotifyContentChanged();
135 } 135 }
136 else 136 else
137 { 137 {
138 throw Orthanc::OrthancException(Orthanc::ErrorCode_BadSequenceOfCalls); 138 throw Orthanc::OrthancException(Orthanc::ErrorCode_BadSequenceOfCalls);
139 } 139 }