8 lines
179 B
C
8 lines
179 B
C
|
#ifndef _SAVEIMAGE_H
|
||
|
#define _SAVEIMAGE_H
|
||
|
#include "UtilityGlobal.h"
|
||
|
#include <QString>
|
||
|
|
||
|
UTILITY_API int save_image(const QString &base64_data, const QString &image_name);
|
||
|
|
||
|
#endif
|