Functions

main.cpp File Reference

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

Functions

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

Function Documentation

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

{
    QApplication a(argc, argv);
    ProjectTree w;
    w.expandAll();
    w.show();
    Database::progressToolBar()->show();
    return a.exec();
}