error messages appearing beneath ChangeKeyDlg

Turning off modality for this dialog.

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@17 b624d157-de02-0410-bad0-e51aec6abb33
master
matthiasmiller 19 years ago
parent c4344f503a
commit a1a9330f46
  1. 2
      src/dialogs/ChangeKeyDlg.h

@ -31,7 +31,7 @@ class CChangeKeyDlg : public QDialog, public Ui_ChangeKeyDialog
Q_OBJECT
public:
CChangeKeyDlg(QWidget* parent,PwDatabase* db, const char* name = 0, bool modal = true, Qt::WFlags fl = 0 );
CChangeKeyDlg(QWidget* parent,PwDatabase* db, const char* name = 0, bool modal = FALSE, Qt::WFlags fl = 0 );
~CChangeKeyDlg();
/*$PUBLIC_FUNCTIONS$*/