Krita Source Code Documentation
Loading...
Searching...
No Matches
HeifError.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2018 Dirk Farin <farin@struktur.de>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef HEIF_ERROR_H_
8#define HEIF_ERROR_H_
9
10#include <KisDocument.h>
11
12#include "libheif/heif_cxx.h"
14
15
17 heif::Error error);
18
19#endif
KisImportExportErrorCode setHeifError(KisDocument *document, heif::Error error)
Definition HeifError.cpp:10