Merge branch 'dev' into favorites-gui

This commit is contained in:
Lawrence Lee
2023-01-02 15:37:07 -08:00
193 changed files with 64046 additions and 10050 deletions

View File

@@ -36,7 +36,7 @@ class DFProvider
{
public:
virtual ~DFProvider() = default;
virtual rtengine::RawImage* getDF() = 0;
virtual const rtengine::RawImage* getDF() = 0;
virtual Glib::ustring GetCurrentImageFilePath() = 0;
// add other info here
};