mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 03:12:56 +00:00
remove unused QPNGImageWriter::writeImage() overload
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
afbf2f09e4
commit
355c4adc9a
1 changed files with 0 additions and 2 deletions
|
@ -135,8 +135,6 @@ public:
|
||||||
|
|
||||||
bool writeImage(const QImage& img, int x, int y);
|
bool writeImage(const QImage& img, int x, int y);
|
||||||
bool writeImage(const QImage& img, int quality, int x, int y);
|
bool writeImage(const QImage& img, int quality, int x, int y);
|
||||||
bool writeImage(const QImage& img)
|
|
||||||
{ return writeImage(img, 0, 0); }
|
|
||||||
bool writeImage(const QImage& img, int quality)
|
bool writeImage(const QImage& img, int quality)
|
||||||
{ return writeImage(img, quality, 0, 0); }
|
{ return writeImage(img, quality, 0, 0); }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue