-rw-r--r-- | qmake/qtmd5.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qmake/qtmd5.h b/qmake/qtmd5.h new file mode 100644 index 0000000..c8e541b --- a/dev/null +++ b/qmake/qtmd5.h @@ -0,0 +1,11 @@ +#ifndef QTMD5_H +#define QTMD5_H +#include <qstring.h> +#include <qcstring.h> + +void qtMD5(const QByteArray &src, unsigned char *digest); +QString qtMD5(const QByteArray &src); + +#endif + + |