Merge branch 'master' into gtk3

This commit is contained in:
Hombre
2016-01-11 00:54:25 +01:00
69 changed files with 1940 additions and 1001 deletions

View File

@@ -86,7 +86,7 @@ protected:
Gtk::Button* navPrev;
class MonitorProfileSelector;
std::auto_ptr<MonitorProfileSelector> monitorProfile;
std::unique_ptr<MonitorProfileSelector> monitorProfile;
ImageAreaPanel* iareapanel;
PreviewHandler* previewHandler;