mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
refact1
This commit is contained in:
15
LibDataBaseInterface/hashtools.h
Normal file
15
LibDataBaseInterface/hashtools.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef HASHTOOLS_H
|
||||
#define HASHTOOLS_H
|
||||
|
||||
#include <QString>
|
||||
#include "DataBaseLMS_global.h"
|
||||
|
||||
class DATABASELMS_EXPORT HashTools
|
||||
{
|
||||
public:
|
||||
HashTools();
|
||||
public:
|
||||
static QString hashingMD5string(QString str);
|
||||
};
|
||||
|
||||
#endif // HASHTOOLS_H
|
||||
Reference in New Issue
Block a user