nomsg
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@6 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
|
||||
#include "SecString.h"
|
||||
#include <qmessagebox.h>
|
||||
#include <iostream.h>
|
||||
#include <iostream>
|
||||
#include "random.h"
|
||||
|
||||
using namespace std;
|
||||
Q_UINT8 SecString::Key[32]={0};
|
||||
|
||||
SecString::SecString(){
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
#define _LINKLABEL_H_
|
||||
#include <qlabel.h>
|
||||
#include <q3signal.h>
|
||||
//Added by qt3to4:
|
||||
#include <QMouseEvent>
|
||||
|
||||
class LinkLabel : public QLabel{
|
||||
|
||||
@@ -17,11 +17,12 @@
|
||||
* Free Software Foundation, Inc., *
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||
***************************************************************************/
|
||||
#include <iostream.h>
|
||||
#include <iostream>
|
||||
#include <fstream.h>
|
||||
#include <qdatetime.h>
|
||||
#include <qobject.h>
|
||||
#include "random.h"
|
||||
using namespace std;
|
||||
|
||||
void getRandomBytes(void* buffer,int NumBlocks,int BlockSize,bool Strong){
|
||||
FILE *dev_random;
|
||||
|
||||
Reference in New Issue
Block a user