source:
trunk/examples/network/remotecontrol/main.cpp
Last change on this file was 2, checked in by , 20 years ago | |
---|---|
|
|
File size: 242 bytes |
Line | |
---|---|
1 | #include <qapplication.h> |
2 | |
3 | #include "startup.h" |
4 | |
5 | int 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.