next steps serverlist gui (doubleclick item will connect to server)

This commit is contained in:
doitux
2009-04-05 20:23:45 +00:00
parent ef91702d66
commit 607000dd91
3 changed files with 18 additions and 6 deletions
+2 -1
View File
@@ -52,7 +52,8 @@ public:
void setSession(boost::shared_ptr<Session> session) { mySession = session; }
boost::shared_ptr<Session> getSession() { assert(mySession.get()); return mySession; }
boost::shared_ptr< GuiInterface > getMyServerGuiInterface() const { return myServerGuiInterface; }
connectToServerDialogImpl* getMyConnectToServerDialog() const { return myConnectToServerDialog; }
signals:
void signalShowClientDialog();