This commit is contained in:
doitux
2007-04-20 08:18:18 +00:00
parent ce40d23fb5
commit 5437f91315
8 changed files with 299 additions and 14 deletions
+4 -1
View File
@@ -52,6 +52,7 @@
using namespace std;
class GuiWrapper;
class QtToolsWrapper;
int main( int argc, char **argv )
{
@@ -67,9 +68,11 @@ int main( int argc, char **argv )
Q_INIT_RESOURCE(resources);
///////////////////////////////////////////////////
Session *theFirst = new Session();
GuiInterface *myGuiInterface = new GuiWrapper(theFirst);
theFirst->setGuiInterface(myGuiInterface);
// myGuiInterface->setSession(&theFirst);