Fix minor EBN issues

This commit is contained in:
Yuri Chornoivan
2018-10-22 19:58:24 +03:00
parent 4c0c6c8d60
commit 8ac949d459
14 changed files with 40 additions and 36 deletions

View File

@ -19,6 +19,9 @@
* <http://www.gnu.org/licenses/>.
*/
#ifndef FORMAT_ENUM_H
#define FORMAT_ENUM_H
#include <QImage>
// Generated from QImage::Format enum
@ -71,3 +74,4 @@ QString formatToString(QImage::Format format)
QLatin1String(">");
}
#endif