mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2026-02-15 06:03:00 -05:00
Code reformatted using kde-dev-scripts/astyle-kdelibs.
Use git blame -w 47df948 to show authorship as it was before this commit.
This commit is contained in:
@ -90,7 +90,6 @@ typedef struct {
|
||||
#define HEADER_SIZE sizeof(PICHeader)
|
||||
#define CHANNEL_SIZE sizeof(PICChannel)
|
||||
|
||||
|
||||
/**
|
||||
* Reads the PIC header and checks that it is OK
|
||||
* @param dev The QT device to read from
|
||||
@ -106,5 +105,4 @@ void pic_read(QIODevice *dev, QImage *img);
|
||||
/// Pic write handler for Qt / KDE
|
||||
void pic_write(QIODevice *dev, const QImage *img);
|
||||
|
||||
|
||||
#endif//__PIC_RW_H__
|
||||
|
||||
Reference in New Issue
Block a user