Updated icons (from Drslony), code cleanup and bugfix

This commit is contained in:
Hombre
2015-12-29 03:52:50 +01:00
parent 0daea66597
commit bcbb45454a
22 changed files with 135 additions and 135 deletions

View File

@@ -74,7 +74,7 @@ protected:
Glib::ustring monitorProfile;
eRenderingIntent monitorIntent;
RenderingIntent monitorIntent;
int scale;
bool highDetailPreprocessComputed;
@@ -256,8 +256,8 @@ public:
void getSpotWB (int x, int y, int rectSize, double& temp, double& green);
void getAutoCrop (double ratio, int &x, int &y, int &w, int &h);
void setMonitorProfile (Glib::ustring profile, eRenderingIntent intent);
void getMonitorProfile (Glib::ustring &profile, eRenderingIntent &intent);
void setMonitorProfile (Glib::ustring profile, RenderingIntent intent);
void getMonitorProfile (Glib::ustring &profile, RenderingIntent &intent);
void setSoftProofing (bool softProof);
bool updateTryLock ()