Changeset 11366


Ignore:
Timestamp:
07/12/11 22:58:08 (13 years ago)
Author:
tbretz
Message:
Added output to see if GUI was properly closed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/fact.cc

    r11230 r11366  
    8383    gui.show();
    8484
    85     return app.exec();
     85    const int rc = app.exec();
     86
     87    cout << "The end." << endl;
     88
     89    return rc;
    8690}
Note: See TracChangeset for help on using the changeset viewer.