QT3 -> QT4

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@5 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
tariq
2005-11-15 20:45:14 +00:00
parent 192dbba0e4
commit 28c71dfe1e
51 changed files with 977 additions and 937 deletions

View File

@@ -23,7 +23,7 @@
#include <iostream.h>
#include "random.h"
UINT8 SecString::Key[32]={0};
Q_UINT8 SecString::Key[32]={0};
SecString::SecString(){
data=NULL;
@@ -102,4 +102,4 @@ return len;
void SecString::generateSessionKey(){
getRandomBytes(Key,32,1,false);
}
}