Cleanup of the joinnetworkgamedialog. Thread creation/termination is now done in main window. Added code to locate memory leaks.

This commit is contained in:
lotodore
2007-02-19 00:39:44 +00:00
parent 0e97914f94
commit 6e7f6dfdbe
5 changed files with 36 additions and 19 deletions
@@ -33,15 +33,9 @@ Q_OBJECT
public:
joinNetworkGameDialogImpl(QWidget *parent = 0);
void setSession(Session* s);
public slots:
void startClient();
private:
Session *mySession;
};
#endif