next startwindow steps

This commit is contained in:
doitux
2008-06-07 21:11:57 +00:00
parent e0202f6462
commit 0c98902905
5 changed files with 94 additions and 30 deletions
+3
View File
@@ -28,6 +28,7 @@
#include "session.h"
#include "guiwrapper.h"
#include "startwindowimpl.h"
#include "configfile.h"
#include <net/socket_startup.h>
@@ -134,6 +135,8 @@ int main( int argc, char **argv )
myGuiInterface->setSession(session);
}
// boost::shared_ptr<startWindowImpl> myStartWindow(new startWindowImpl(myGuiInterface.get(), myConfig));
int retVal = a.exec();
curl_global_cleanup();