sparentprocess 클래스 추가
git-svn-id: svn://192.168.0.12/source@300 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
#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);
|
||||
|
||||
#endif // SUTILFUNCTION
|
||||
|
||||
|
||||
Reference in New Issue
Block a user