Functions

main.cpp File Reference

#include <QtGui/QApplication>
#include <QDebug>
#include "widget.h"
Include dependency graph for database/main.cpp:

Functions

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

Function Documentation

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

Referenced by ProjectTree::ProjectTree().

{
    QApplication a(argc, argv);
    Widget w;
    w.show();
    return a.exec();
}