# HG changeset patch # User Sebastien Jodogne # Date 1558511701 -7200 # Node ID bcd3ea868bcd7af0561ff8772418cfbe44a95c64 # Parent fa5febe0f0c24b6da04e20efcb777f0b3444531b fix diff -r fa5febe0f0c2 -r bcd3ea868bcd Applications/Samples/SimpleViewer/SimpleViewerApplication.cpp --- a/Applications/Samples/SimpleViewer/SimpleViewerApplication.cpp Wed May 22 09:41:03 2019 +0200 +++ b/Applications/Samples/SimpleViewer/SimpleViewerApplication.cpp Wed May 22 09:55:01 2019 +0200 @@ -61,7 +61,7 @@ // sources smartLoader_.reset(new Deprecated::SmartLoader(IObserver::GetBroker(), context->GetOrthancApiClient())); - smartLoader_->SetImageQuality(SliceImageQuality_FullPam); + smartLoader_->SetImageQuality(Deprecated::SliceImageQuality_FullPam); mainLayout_->SetTransmitMouseOver(true); mainWidgetInteractor_.reset(new MainWidgetInteractor(*this));