qpidctrl  0.7.1
Functions
qpidctrlmain.cpp File Reference
#include "qpidapplication.h"
Include dependency graph for qpidctrlmain.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 3 of file qpidctrlmain.cpp.

4 {
5  QPidApplication app(argc, argv);
6 
7  return app.exec();
8 }