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
This commit is contained in:
parent
c4344f503a
commit
a1a9330f46
|
@ -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$*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue