main.cpp
changeset 785 5987f9f15bac
parent 782 ffb02a9bb508
child 804 14f2b1b15242
     1.1 --- a/main.cpp	Mon Jul 27 12:53:17 2009 +0000
     1.2 +++ b/main.cpp	Mon Aug 03 10:42:12 2009 +0000
     1.3 @@ -4,8 +4,6 @@
     1.4  #include <iostream>
     1.5  using namespace std;
     1.6  
     1.7 -#include "adaptor.h"  //FIXME-3
     1.8 -
     1.9  #include "flagrow.h"
    1.10  #include "flagrowobj.h"
    1.11  #include "mainwindow.h"
    1.12 @@ -228,6 +226,7 @@
    1.13  		return 0;
    1.14  	}	
    1.15  
    1.16 +	// Enable some last minute cleanup
    1.17      QObject::connect( &app, SIGNAL(lastWindowClosed()), &app, SLOT(quit()) );
    1.18  
    1.19      return app.exec();