some minor bug fixes

This commit is contained in:
nemu
2009-03-22 16:19:08 +00:00
parent 201692410a
commit 98f05c3d3f
5 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -42,8 +42,8 @@
*/
PGetAsymmetryRunBlockDialog::PGetAsymmetryRunBlockDialog(const QString help, QWidget *parent, const char *name,
bool modal, WFlags f) :
fHelp(help),
PGetAsymmetryRunBlockDialogBase(parent, name, modal, f)
PGetAsymmetryRunBlockDialogBase(parent, name, modal, f),
fHelp(help)
{
fForward_lineEdit->setValidator( new QIntValidator(fForward_lineEdit) );
fBackward_lineEdit->setValidator( new QIntValidator(fBackward_lineEdit) );