fixes up an error that occured when joypad events were not being passed when a dialog window that had the main configuration window as its parent was opened, removed dependence on an undocumented function

git-svn-id: svn://svn.code.sf.net/p/qjoypad/code/trunk@123 c05e91a0-76c8-4ec0-b377-ef19ce7cc080
This commit is contained in:
John Toman
2009-12-15 02:22:27 +00:00
committed by virtuoussin13
parent 899b878dc8
commit 03f4297446
2 changed files with 22 additions and 18 deletions

View File

@ -25,13 +25,13 @@ class LayoutEdit : public QWidget {
void updateLayoutList();
void updateJoypadWidgets();
signals:
void focusChange(bool);
void focusStateChanged(bool);
public slots:
void appFocusChanged(QWidget *old, QWidget *now);
protected:
//the layout manager this represents
LayoutManager* lm;
virtual void closeEvent(QCloseEvent *event);
//find out when the window is activated.
virtual void windowActivationChange( bool oldActive );
//parts of the dialog:
QVBoxLayout *LMain;
QStackedWidget *PadStack;