source:
trunk/src/testing/app/qshare/main.cpp
@
4
Revision 4, 251 bytes checked in by ajaworski, 13 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[4] | 1 | |
2 | #include "capturewindow.h" | |
3 | ||
4 | ||
5 | int main(int argc, char *argv[]) | |
6 | { | |
7 | QApplication app(argc, argv); | |
8 | ||
9 | CaptureWindow *widget = new CaptureWindow; | |
10 | ||
11 | #if defined(__APPLE__) | |
12 | //widget->setWindowIcon(); | |
13 | #endif | |
14 | ||
15 | widget->show(); | |
16 | ||
17 | return app.exec(); | |
18 | } | |
19 |
Note: See TracBrowser
for help on using the repository browser.