mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Cleanly destroy Application on exit
This commit is contained in:
@@ -94,10 +94,10 @@ TER ChangeTransactor::applyFeature ()
|
||||
featureObject->setFieldV256 (sfFeatures, features);
|
||||
mEngine->entryModify (featureObject);
|
||||
|
||||
theApp->getFeatureTable ().enableFeature (feature);
|
||||
getApp().getFeatureTable ().enableFeature (feature);
|
||||
|
||||
if (!theApp->getFeatureTable ().isFeatureSupported (feature))
|
||||
theApp->getOPs ().setFeatureBlocked ();
|
||||
if (!getApp().getFeatureTable ().isFeatureSupported (feature))
|
||||
getApp().getOPs ().setFeatureBlocked ();
|
||||
|
||||
return tesSUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user