Files
clients/EffectProcess/sutilfunction.h

14 lines
454 B
C++

#ifndef SUTILFUNCTION
#define SUTILFUNCTION
#include "sutilclass.h"
class QString;
void databaseSetting(const QString& str);
void messageBoxError(const QString& title, const QString &body);
QString errorCodeToString(E_ERROR_CODE _error_code);
E_ERROR_CODE strErrorCodeToEnumErrorCode(const QString& _str);
QString EnumErrorCodetostrErrorCode(E_ERROR_CODE _code);
QString convertNaverBlogMeUrl(const QString& _str);
#endif // SUTILFUNCTION