#include <QtGui/QApplication>
#include "mainwindow.h"
Go to the source code of this file.
Functions |
int | main (int argc, char *argv[]) |
| Main function; starts the application and displays the main window. Exits when the main windows is closed.
|
Function Documentation
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Main function; starts the application and displays the main window. Exits when the main windows is closed.
- Parameters:
-
argc | number of command line arguments |
argv[] | array of command line arguments |
- Returns:
- int program return code, 0 for no error
Definition at line 11 of file main.cpp.