mirror of https://github.com/KLayout/klayout.git
Fixed non-Qt builds
This commit is contained in:
parent
aa4eeebfbb
commit
fb84d8b32d
|
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue