source: trunk/examples/network/remotecontrol/main.cpp

Last change on this file was 2, checked in by dmik, 20 years ago

Imported xplatform parts of the official release 3.3.1 from Trolltech

  • Property svn:keywords set to Id
File size: 242 bytes
Line 
1#include <qapplication.h>
2
3#include "startup.h"
4
5int main( int argc, char **argv )
6{
7 QApplication a( argc, argv );
8 StartUp s;
9 QObject::connect( &a, SIGNAL(lastWindowClosed()), &a, SLOT(quit()) );
10 return a.exec();
11}
Note: See TracBrowser for help on using the repository browser.