fixing typo, adding eventFilters, etc. see (MUSR-44 in the tracker)

This commit is contained in:
nemu
2009-04-20 06:50:06 +00:00
parent 5667d6bb5e
commit 01ee7c0196
11 changed files with 161 additions and 109 deletions

View File

@ -43,6 +43,9 @@ class PGetParameterDialog : public PGetParameterDialogBase
public slots:
void paramAdd();
protected:
bool eventFilter( QObject *obj, QEvent *ev );
};
#endif // _PGETPARAMETERDIALOG_H_