source: trunk/doc/src/snippets/signalmapper/main.cpp@ 244

Last change on this file since 244 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 200 bytes
Line 
1#include <QtGui>
2#include "filereader.h"
3
4int main(int argc, char *argv[])
5{
6 QApplication app(argc, argv);
7
8 FileReader *reader = new FileReader;
9 reader->show();
10
11 return app.exec();
12}
13
Note: See TracBrowser for help on using the repository browser.