replaced Q_UINT with quint

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@80 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
tariq
2006-04-29 11:24:33 +00:00
parent 74c7b86a89
commit 580a8f357b
29 changed files with 478 additions and 429 deletions

View File

@@ -37,7 +37,7 @@ int len=file.size();
if(len==0){
err+=QObject::tr("File is empty.");
return false;}
Q_UINT8* buffer=new Q_UINT8[len];
quint8* buffer=new quint8[len];
file.readBlock((char*)buffer,len);
file.close();
QDomDocument doc;