Fixed non-Qt builds

This commit is contained in:
Matthias Koefferlein 2023-07-30 12:51:01 +02:00
parent aa4eeebfbb
commit fb84d8b32d
1 changed files with 2 additions and 0 deletions

View File

@ -1028,7 +1028,9 @@ private:
void validate_pixel_data () const;
void allocate (bool color);
void read_file ();
#if defined(HAVE_QT)
void create_from_qimage (const QImage &qimage);
#endif
void create_from_pixel_buffer (const tl::PixelBuffer &img);
};