GUI change of the HLRecovery tool inside Exposure, see issue 2137

This commit is contained in:
natureh.510
2013-12-19 17:12:02 +01:00
parent bde1aff3c7
commit cc3bbe4e78
11 changed files with 134 additions and 160 deletions

View File

@@ -45,7 +45,6 @@
#include "resize.h"
#include "chmixer.h"
#include "blackwhite.h"
//#include "hlrec.h"
#include "cacorrection.h"
#include "lensprofile.h"
#include "distortion.h"
@@ -97,7 +96,6 @@ class ToolPanelCoordinator : public ToolPanelListener,
Distortion* distortion;
PerspCorrection* perspective;
CACorrection* cacorrection;
// HLRecovery* hlrecovery;
ColorAppearance* colorappearance;
Vibrance* vibrance;
ChMixer* chmixer;