qavrg 0.0.28
qavrg.cpp
Go to the documentation of this file.
00001 #include "qcepdebug.h"
00002 #include <QApplication>
00003 #include "qavrgapplication.h"
00004 
00005 int main(int argc, char *argv[])
00006 {
00007   g_DebugLevel = QSharedPointer<QcepDebugDictionary>(new QcepDebugDictionary());
00008 
00009   QavrgApplication app(argc, argv);
00010 
00011   return app.exec();
00012 }