#include "SyntaxHighlighterWindow.h"#include <QtGui>#include <QApplication>Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| Main Function. Function called on application start, creates standard QT'a QAplication, and SyntaxHighlighterWindow. | |
Definition in file main.cpp.
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Main Function. Function called on application start, creates standard QT'a QAplication, and SyntaxHighlighterWindow.
| argc | number of command line arguments | |
| argv | table of char* pointers |
1.5.8