mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2026-07-23 00:20:57 -04:00
Run clang-format on all cpp/h files
NO_CHANGELOG
This commit is contained in:
@@ -16,7 +16,7 @@ public:
|
||||
KraHandler();
|
||||
|
||||
bool canRead() const override;
|
||||
bool read(QImage *image) override;
|
||||
bool read(QImage *image) override;
|
||||
|
||||
static bool canRead(QIODevice *device);
|
||||
};
|
||||
@@ -31,6 +31,4 @@ public:
|
||||
QImageIOHandler *create(QIODevice *device, const QByteArray &format = QByteArray()) const override;
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user