Definition in file brabosphere/source/main.cpp.
#include <cstdlib>
#include <ctime>
#include <qapplication.h>
#include <qfont.h>
#include <qbitmap.h>
#include <qimage.h>
#include <qstring.h>
#include <qtextcodec.h>
#include <qgl.h>
#include "iconsets.h"
#include "xbrabo.h"
Go to the source code of this file.
Functions | |
static void | debugHandler (QtMsgType type, const char *message) |
Custom handler for debugging, warning and fatal messages. | |
int | main (int argc, char *argv[]) |
The starting point of the application. |
|
Custom handler for debugging, warning and fatal messages. The message itself is already formatted by the respective qDebug, qWarning and QFatal functions. Definition at line 70 of file brabosphere/source/main.cpp. |
|
The starting point of the application.
Definition at line 93 of file brabosphere/source/main.cpp. |