Functions
pointage/main.cpp File Reference
#include <QGpGuiTools.h>
#include "PointageWidget.h"
#include "pointageVersion.h"
#include "pointageInstallPath.h"

Functions

ApplicationHelphelp ()
int main (int argc, char **argv)
 PACKAGE_INFO (pointage, POINTAGE)

Function Documentation

int main ( int  argc,
char **  argv 
)

References help(), QGpCoreTools::CoreApplicationPrivate::setStream(), and w.

{
  Application a(argc, argv, help);
  a.setStream(new StandardStream(stdout));

  PointageWidget * w=new PointageWidget;
  w->show();
  int appReturn=a.exec();
  delete w;

  return appReturn;
}
PACKAGE_INFO ( pointage  ,
POINTAGE   
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines