qavrg 0.0.28
Functions
qavrg.cpp File Reference
#include "qcepdebug.h"
#include <QApplication>
#include "qavrgapplication.h"
Include dependency graph for qavrg.cpp:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 5 of file qavrg.cpp.

{
  g_DebugLevel = QSharedPointer<QcepDebugDictionary>(new QcepDebugDictionary());

  QavrgApplication app(argc, argv);

  return app.exec();
}