mirror of https://github.com/KLayout/klayout.git
Fixed builds without Qt and without libpng
This commit is contained in:
parent
bc7f4372b5
commit
2e58421fb3
|
|
@ -3047,7 +3047,7 @@ LayoutViewBase::save_image_with_options (const std::string &fn,
|
||||||
#else
|
#else
|
||||||
void
|
void
|
||||||
LayoutViewBase::save_image_with_options (const std::string &,
|
LayoutViewBase::save_image_with_options (const std::string &,
|
||||||
unsigned int, unsigned int, int, int, double,
|
unsigned int, unsigned int, int, int, double, double,
|
||||||
tl::Color, tl::Color, tl::Color, const db::DBox &, bool)
|
tl::Color, tl::Color, tl::Color, const db::DBox &, bool)
|
||||||
{
|
{
|
||||||
throw tl::Exception (tl::to_string (tr ("Unable to save image - PNG library not compiled in")));
|
throw tl::Exception (tl::to_string (tr ("Unable to save image - PNG library not compiled in")));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue