comparison Applications/Generic/NativeStoneApplicationContext.cpp @ 726:4f2416d519b4

moving layers, widgets and loaders to Deprecated namespace
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 May 2019 11:43:25 +0200
parents 11fa6f00e33c
children e146743f6cdc 2d8ab34c8c91
comparison
equal deleted inserted replaced
714:d2c0e347ddc2 726:4f2416d519b4
22 #include "NativeStoneApplicationContext.h" 22 #include "NativeStoneApplicationContext.h"
23 #include "../../Platforms/Generic/OracleWebService.h" 23 #include "../../Platforms/Generic/OracleWebService.h"
24 24
25 namespace OrthancStone 25 namespace OrthancStone
26 { 26 {
27 IWidget& NativeStoneApplicationContext::GlobalMutexLocker::SetCentralWidget(IWidget* widget) 27 Deprecated::IWidget& NativeStoneApplicationContext::GlobalMutexLocker::SetCentralWidget(Deprecated::IWidget* widget)
28 { 28 {
29 that_.centralViewport_.SetCentralWidget(widget); 29 that_.centralViewport_.SetCentralWidget(widget);
30 return *widget; 30 return *widget;
31 } 31 }
32 32