Merge branch 'dev' into dual_demosaic_auto_threshold

This commit is contained in:
heckflosse
2018-10-21 21:54:24 +02:00
177 changed files with 1886 additions and 1041 deletions

View File

@@ -58,6 +58,7 @@ public:
void autoContrastChanged (double autoContrast);
void adjusterChanged(Adjuster* a, double newval);
void checkBoxToggled(CheckBox* c, CheckValue newval);
void adjusterAutoToggled(Adjuster* a, bool newval);
};
#endif