OSSP CVS Repository

ossp - ossp-pkg/as/as-gui/as_main.cpp 1.6
Not logged in
[Honeypot]  [Browse]  [Directory]  [Home]  [Login
[Reports]  [Search]  [Ticket]  [Timeline
  [Raw

ossp-pkg/as/as-gui/as_main.cpp 1.6
#include "titraq.h"

int main(int argc, char **argv)
{
    QApplication App(argc, argv);

    Titraqform Mainform;            // Main app window
    App.setMainWidget(&Mainform);
    Mainform.show();                // Finally start the show
    return App.exec();
}

CVSTrac 2.0.1