source:
trunk/FACT++/gui/fact.cc@
10483
Last change on this file since 10483 was 10394, checked in by , 14 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.