-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 @@ | |||
1 | #ifndef QTMD5_H | ||
2 | #define QTMD5_H | ||
3 | #include <qstring.h> | ||
4 | #include <qcstring.h> | ||
5 | |||
6 | void qtMD5(const QByteArray &src, unsigned char *digest); | ||
7 | QString qtMD5(const QByteArray &src); | ||
8 | |||
9 | #endif | ||
10 | |||
11 | |||