Merge branch 'dev' into spot-removal-tool
This commit is contained in:
@@ -16,17 +16,18 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef __BATCHTOOLPANELCCORD__
|
||||
#define __BATCHTOOLPANELCCORD__
|
||||
#pragma once
|
||||
|
||||
#include "thumbnail.h"
|
||||
#include "toolpanelcoord.h"
|
||||
#include "fileselectionchangelistener.h"
|
||||
#include "../rtengine/rtengine.h"
|
||||
#include "paramsedited.h"
|
||||
#include "thumbnaillistener.h"
|
||||
#include "toolpanelcoord.h"
|
||||
|
||||
#include "../rtengine/procevents.h"
|
||||
#include "../rtengine/procparams.h"
|
||||
|
||||
class FilePanel;
|
||||
class Thumbnail;
|
||||
class BatchToolPanelCoordinator :
|
||||
public ToolPanelCoordinator,
|
||||
public FileSelectionChangeListener,
|
||||
@@ -86,5 +87,3 @@ public:
|
||||
|
||||
void optionsChanged ();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user