Functions

E:/sqlmaster/src/main.cpp File Reference

#include <QApplication>
#include <QMessageBox>
#include "mainpage.h"
#include "connection.h"

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 49 of file main.cpp.

{
    QApplication app(argc, argv);
    MainPage mainW;
    mainW.setWindowTitle("SQL Master 2.0");
    return app.exec();
}