mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-07-27 01:04:24 +02:00
Code cleanup
This commit is contained in:
@ -1,14 +1,14 @@
|
||||
#ifndef PBF_H
|
||||
#define PBF_H
|
||||
|
||||
#include <QImage>
|
||||
|
||||
class QByteArray;
|
||||
class QImage;
|
||||
class Style;
|
||||
class QPointF;
|
||||
|
||||
namespace PBF
|
||||
{
|
||||
bool render(const QByteArray &data, int zoom, Style *style,
|
||||
bool render(const QByteArray &data, int zoom, const Style *style,
|
||||
const QPointF &scale, QImage *render);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user