source:
trunk/FACT++/gui/fact.cc@
10471
| Last change on this file since 10471 was 10394, checked in by , 15 years ago | |
|---|---|
| File size: 196 bytes | |
| Line | |
|---|---|
| 1 | #include "FactGui.h" |
| 2 | |
| 3 | int main(int argc, char *argv[]) |
| 4 | { |
| 5 | setenv("DIM_DNS_NODE", "localhost", 0); |
| 6 | |
| 7 | QApplication app(argc, argv); |
| 8 | |
| 9 | FactGui gui; |
| 10 | gui.show(); |
| 11 | |
| 12 | return app.exec(); |
| 13 | } |
Note:
See TracBrowser
for help on using the repository browser.
